Read Bulk Items Asset Refresh Validation Operation Status

get

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

Read Bulk Items Asset Refresh Validation operation Status with given payload.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : AssetRefreshValidationJobStatus
Type: object
AssetRefreshValidationJobStatus
Show Source
Nested Schema : date
Type: object
date
Show Source
Nested Schema : Error
Type: object
Error
Show Source
Nested Schema : ResultBulkItemsValidateAssetRefresh
Type: object
Result
Show Source
Nested Schema : BulkItemsValidateAssetRefresh
Type: object
Item Bulk Validate Asset Refresh
Show Source
  • failedItems
    items on which the asset refresh validation failed
  • items
    Asset refresh 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 asset refresh validation failed
Show Source
Nested Schema : items
Type: array
Asset refresh items list
Show Source
Nested Schema : AssetRefreshFailedItemId
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