Get Content Progress Using GET
Get content progress
Request
URI
GET
https://{api_host}/api/content/progress
COPY
Responses
200
An object to monitor the progress
Returns contentProgress of type(s) application/json
{
"createdTime": 0,
"errorMessages": [
"string"
],
"lastUpdateTime": 0,
"state": "string"
}
integer As int64 As int64
createdTime
Optional
Task status creation time in milliseconds, since midnight January 1, 1970
array of string
errorMessages
Optional
List of error messages that occurred
integer As int64 As int64
lastUpdateTime
Optional
Task status last update time in milliseconds, since midnight January 1, 1970
string
state
Optional
The state of the task
Possible values are : INITIATED, STOPPED, RUNNING, FINISHED, ERROR, ABORTED, UNKNOWN,
Deprecated
Content Management Operations
POST
Backup Content Using POST
Deprecated
GET
Download Backup Content Data Using GET
Deprecated
GET
Download Using GET
POST
Export Content Using POST
GET
Get Content Progress Using GET
Deprecated
GET
Get Last Export Operation Using GET
GET
Get Last Import Operation Using GET
GET
Get Restore Content Data Using GET
Deprecated
POST
Import Content Using POST
POST
Restore Content Using POST
Deprecated