Get Restore Content Data Using GET

Get Restore Content Data Using GET

Get restore data report for current user

Request
URI
GET
https://{api_host}/api/content/restore/result
COPY
Authentication
This operation uses the following authentication methods.
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
}
array of content
contents
Optional

Collection of content objects

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