Get Last Export Operation

Get Last Export Operation

The response contains information about the last export operation details

Request
URI
GET
https://{api_host}/suite-api/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
"{\n  \"operationSummaries\" : [ ],\n  \"errorMessages\" : [ ],\n  \"links\" : [ {\n    \"href\" : \"/suite-api/api/content/operations/export/zip\",\n    \"rel\" : \"RELATED\",\n    \"name\" : \"lastExportDownloadURL\",\n    \"description\" : \"Download last exported content data\"\n  } ],\n  \"id\" : \"24495381-716f-472d-9c14-d6138797a63c\",\n  \"type\" : \"EXPORT\",\n  \"state\" : \"FINISHED\",\n  \"startTime\" : 1625238290546,\n  \"endTime\" : 1625238320326\n}"
array of object
operationSummaries
Optional

Operations summaries

array of string
errorMessages
Optional

errorMessages

array of object
links
Optional

Represents a HTTP 'link' element.
It is implicit that all the link tags support http 'GET' method.

string
id
Optional

The id of operation

string
type
Optional

List of types of content operation

Possible values are : NOT_INITIALIZED, IMPORT, EXPORT, UNKNOWN,
string
state
Required

List of states of content operation

Possible values are : NOT_INITIALIZED, INITIALIZED, RUNNING, FAILED, FINISHED, UNKNOWN,
integer As int64 As int64
startTime
Optional

The start time of the operation

integer As int64 As int64
endTime
Optional

The end time of the operation

integer As int64 As int64
lastUpdatedTime
Optional

The last update time of the operation

string
errorCode
Optional

List of content operation's error codes

Possible values are : NONE, INVALID_FILE_FORMAT, INVALID_ENCRYPTION_KEY, OPERATION_FAILED, UNKNOWN,

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/content/operations/export