| Field | Type | Required | Description | Example |
|---|---|---|---|---|
contentType |
String | ✔️ | HTTP response content type for this operation | |
jobResponse |
Optional<JobResponse> | ➖ | Get a Job by the id in the path. | { "id": "18dccc91-0ab1-4f72-9ed7-0b8fc27c5826", "status": "running", "jobType": "sync", "startTime": "2023-03-25T01:30:50Z", "duration": "PT8H6M12S" } |
statusCode |
int | ✔️ | HTTP response status code for this operation | |
rawResponse |
HttpResponse<InputStream> | ✔️ | Raw HTTP response; suitable for custom response parsing |