Read unpublish job status.

get

/content/management/api/v1.1/personalization/recommendations/{id}/unpublish/{statusId}

Read the status of a job that is unpublishing a recommendation.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : RecommendationUnpublishJobStatus
Type: object
RecommendationUnpublishJobStatus
Show Source
Nested Schema : date
Type: object
date
Show Source
Nested Schema : Error
Type: object
Error
Show Source
Nested Schema : ResultRecommendationPublishResult
Type: object
Result
Show Source
Nested Schema : RecommendationPublishResult
Type: object
Recommendation Publish Result
Show Source
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 : channels
Type: array
List of unpublish channels. If channels is not empty, items in the q are unpublished to the given channels. If the channels is empty, all the items as per q are unpublished to their respective targeted channels.
Show Source
Nested Schema : ids
Type: array
links of the detailed unpublished item ids.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : ChannelId
Type: object
ChannelId
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