Retrieve Jobs for an Export Identifier
get
/ohfapi/cg/v3.3/exports/{exportId}/jobs
This endpoint supports the retrieval of Jobs for an Export Identifier.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
exportId: integer(int64)
Minimum Value:
0ID of the export definition
Security
-
basicAuth: basic
Type:
basic
Response
Supported Media Types
- application/json
- application/xml
200 Response
successful operation
Nested Schema : items
Type:
objectExamples
The following example submits a GET request.
API URL
http://localhost:7010/ohfapi/cg/v3.3/exports/10498/jobs
Example of Response Body
The following example shows the response returned in JSON format.
{
"exportId": "10498",
"jobId": "702",
"link": {
"rel": "GETSTATUS",
"href": "/ohfapi/cg/v3.3/exports/10498/jobs/702"
}
}