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)
ID of the export definition
Security
-
basicAuth: basic
Type:
basic
Response
Supported Media Types
- application/json
- application/xml
200 Response
successful operation
Nested Schema : Job
Type:
Show Source
object
-
additionalInfo(optional):
string
Error description
-
endDate(optional):
string(date-time)
-
id(optional):
integer(int64)
Job ID
-
jobName(optional):
string
Job Name
-
jobType(optional):
string
Job Type
-
startDate(optional):
string(date-time)
-
status(optional):
string
Job Status
-
submittedBy(optional):
string
Job submitted by user
-
submittedOn(optional):
string(date-time)
Examples
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" } }