getExportProcess

get

/ccadmin/v1/exportProcess/{token}

Get Export Process. Get the status resource of an export process.

Request

Supported Media Types
  • application/json
Path Parameters
token
Type: string
Required: true
Token corresponding to the export process.

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : getExportProcess_response
Nested Schema : error
Type: object
Error detail of the original request.
Example application/json

{
    "progress":"succeeded",
    "startTime":"2016-04-04T20:25:01.982Z",
    "links":[
        {
            "rel":"meta",
            "href":"http://BUSGTEST:9080/file/export/ezzPxcPRmJIlXYCyOTQNT9HMacA_10000/exportStatus.zip"
        },
        {
            "rel":"file",
            "href":"http://BUSGTEST:9080/file/export/ezzPxcPRmJIlXYCyOTQNT9HMacA_10000/exportProfilesAndOrders.zip"
        },
        {
            "rel":"self",
            "href":"http://BUSGTEST:9080/ccadminui/v1/exportProcess/ezzPxcPRmJIlXYCyOTQNT9HMacA_10000"
        }
    ],
    "endTime":"2016-04-04T20:25:02.190Z",
    "completed":true,
    "requestStatus":200
}
Default Response
The error response
Body
Root Schema : errorModel
Type: object
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Nested Schema : items
Type: object

Examples

Sample Response Payload returned by endpoint:

{
  "progress": "succeeded",
  "startTime": "2016-04-04T20:25:01.982Z",
  "links": [
    {
      "rel": "meta",
      "href": "http://BUSGTEST:9080/file/export/ezzPxcPRmJIlXYCyOTQNT9HMacA_10000/exportStatus.zip"
    },
    {
      "rel": "file",
      "href": "http://BUSGTEST:9080/file/export/ezzPxcPRmJIlXYCyOTQNT9HMacA_10000/exportProfilesAndOrders.zip"
    },
    {
      "rel": "self",
      "href": "http://BUSGTEST:9080/ccadminui/v1/exportProcess/ezzPxcPRmJIlXYCyOTQNT9HMacA_10000"
    }
  ],
  "endTime": "2016-04-04T20:25:02.190Z",
  "completed": true,
  "requestStatus": 200
}