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
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : items
Type: object
Back to Top

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"
  }
}
Back to Top