Read Archived Items Bulk Restore Operation Status

get

/content/management/api/v1.1/archive/items/.bulk/restore/{statusId}

Read Archived Items Bulk Restore Operation status.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : ArchiveItemsJobStatus
Type: object
ArchiveItemsJobStatus
Show Source
Nested Schema : date
Type: object
date
Show Source
Nested Schema : Error
Type: object
Error
Show Source
Nested Schema : ResultBulkItemsArchive
Type: object
Result
Show Source
Nested Schema : BulkItemsArchive
Type: object
Item Bulk Archive
Show Source
  • failedItems
    items on which the action failed
  • items
    archiving items list
  • links
  • This parameter accepts a query expression condition that matches the field values. Many such query conditions can be joined using OR operators. The value of query condition follows the format of id eq "{itemId}". Query condition on any item field other than id is not supported. Any operator other than eq (Equals) in the query condition is not supported.
    Example: id eq "COREBE1BDF66159849B790CC9ACE49BD2199" OR id eq "CONT22AA154CDD884D81A3678E1BD37333B7"
Nested Schema : headers
Type: array
List of the HTTP headers of the response to the original async request
Show Source
Nested Schema : ResultHTTPStatus
Type: object
ResultHTTPStatus
Show Source
Nested Schema : failedItems
Type: array
items on which the action failed
Show Source
Nested Schema : items
Type: array
archiving items list
Show Source
Nested Schema : FailedItemIdWithErrorCode
Type: object
Show Source
Nested Schema : ItemId
Type: object
Show Source
Nested Schema : ResultHTTPHeader
Type: object
ResultHTTPHeader
Show Source

304 Response

Not modified.

400 Response

Bad request.

403 Response

Forbidden.

404 Response

Not found.

500 Response

Internal server error.
Back to Top