Queue actions
Execute an action
Execute an action on a set of content items in a queue.
POST
/
actions
/
{actionId}
/
execute
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
actionId
string
requiredThe ID of the action to execute.
Body
application/json
contentIds
string[]
requiredThe IDs of the content items to perform the action on.
queueId
string
The ID of the queue the action was performed from if any.
value
string
The value of the action. Useful to set a reason for the action etc.
Response
200 - application/json
success
boolean
requiredAction executed successfully.
actionId
string
requiredThe ID of the action.
ids
string[]
requiredThe IDs of the content items.
Was this page helpful?