Get Last Export Operation Using GET

Get Last Export Operation Using GET

The response contains information about the last export operation details

Request
URI
GET
https://{api_host}/api/content/operations/export
COPY
Authentication
This operation uses the following authentication methods.
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

array of link
links
Optional

links

operationSummaries
Optional

Collection of Content Operation Summaries

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,