getImportProgress

get

/ccadmin/v1/asset/import/{token}

Get Import Progress. Get the progress of an import operation.

Request

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

Response

Supported Media Types
  • application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : getImportProgress_response
Example application/json

{
    "total":5000,
    "current":3450
}
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:

{
  "total": 5000,
  "current": 3450
}