Get Last Import Operation Using GET
The response contains information about the last import operation details
Request
URI
GET
https://{api_host}/api/content/operations/import
COPY
Responses
200
The details of content operation
Returns operation-details of type(s) application/json
{
"endTime": 0,
"errorCode": "string",
"errorMessages": [
"string"
],
"id": "string",
"lastUpdatedTime": 0,
"links": [
{
"description": "string",
"href": "string",
"name": "string",
"rel": "string"
}
],
"operationSummaries": [
{
"contentType": "string",
"state": "string"
}
],
"startTime": 0,
"state": "string",
"type": "string"
}
integer As int64 As int64
endTime
Optional
The end time of the operation
string
errorCode
Optional
The error code of the operation
Possible values are : NONE, INVALID_FILE_FORMAT, INVALID_ENCRYPTION_KEY, OPERATION_FAILED, UNKNOWN,
array of string
errorMessages
Optional
errorMessages
string
id
Optional
The id of operation
integer As int64 As int64
lastUpdatedTime
Optional
The last update time of the operation
integer As int64 As int64
startTime
Optional
The start time of the operation
string
state
Required
The current state of the operation
Possible values are : NOT_INITIALIZED, INITIALIZED, RUNNING, FAILED, FINISHED, UNKNOWN,
string
type
Optional
The type of operation
Possible values are : NOT_INITIALIZED, IMPORT, EXPORT, UNKNOWN,
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