Retrieve Jobs for an Export Identifier

get

/HSDataService-web/api/3.2.0/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
Type: integer (int64)
Required: true
ID of the export definition

Response

Supported Media Types
  • application/json
  • application/xml
200 Response
successful operation
Body
Root Schema : /paths/~1exports~1{exportId}~1jobs/get/responses/200/schema
Nested Schema : /paths/~1exports~1{exportId}~1jobs/get/responses/200/schema/items
Type: object

Examples

The following example submits a GET request.

API URL

http://localhost:7001/HSDataService-web/api/3.2.0/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": "/HSDataService-web/api/3.2.0/exports/10498/jobs/702"
  }
}