Create Export Job for an Export Definition

post

/ohfapi/cg/v3.3/exports/{exportId}/jobs

This endpoint supports the creation of new Export Job for an Export Definition.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : FileExportJobResponse
Type: object
Show Source
Back to Top

Examples

The following example submits a POST request.

API URL

http://localhost:7010/ohfapi/cg/v3.3/exports/1385/jobs

Example of Response Body

The following example shows the response returned in JSON format.

{
  "exportId" : "1385",
  "jobId" : "610",
  "link" : {
    "rel" : "GETSTATUS",
    "href" : "/ohfapi/cg/v3.3/exports/1385/jobs/610"
  }
}
Back to Top