getExportProcess

get

/ccadmin/v1/exportProcess/{token}

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

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getExportProcess_response
Type: object
Show Source
Nested Schema : error
Type: object
Error detail of the original request.
Show Source
Example Response (application/json)
{
    "completedPercentage":100,
    "progress":"succeeded",
    "startTime":"2016-04-04T20:25:01.982Z",
    "links":[
        {
            "rel":"meta",
            "href":"http://example.com:9080/file/export/ezzPxcPRmJIlXYCyOTQNT9HMacA_10000/exportStatus.zip"
        },
        {
            "rel":"file",
            "href":"http://example.com:9080/file/export/ezzPxcPRmJIlXYCyOTQNT9HMacA_10000/exportProfilesAndOrders.zip"
        },
        {
            "rel":"self",
            "href":"http://example.com: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
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top