Get Restore Content Data Using GET
Get restore data report for current user
Request
URI
GET
https://{api_host}/api/content/restore/result
COPY
Responses
200
The restore data report for current user
Returns content of type(s) application/json
{
"contents": [
"content Object"
],
"importedCount": 0,
"name": "string",
"skippedCount": 0
}
integer As int32 As int32
importedCount
Optional
The number of objects in content
string
name
Required
The name of the content type
integer As int32 As int32
skippedCount
Optional
The number of skipped objects in content
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