Skip to main content
Version: v3

Fetch items from a queue

POST 

/social-media-posting/category/queues/:queueId/items

Returns paginated queue items. Pass sessionId to get draft items from an edit session instead of live items.

Request

Version stringrequired

API Version

Available optionsv3
queueId stringrequired
application/json

Bodyrequired

    locationIdstringrequired

    Location ID

    sessionIdstring

    Edit session ID

    skipnumber

    Number of items to skip

    limitnumber

    Maximum number of items to return

    errorFilterboolean

    To return only queue items with errors

    itemIdstring

    Item ID to center the response around. When provided, the response will position this item in the center with items above and below based on limit. The skip parameter is ignored when itemId is provided.

application/json

Queue items fetched successfully.

Schema
    successbooleanrequired
    statusCodenumberrequired
    resultsobjectrequired
    traceIdstring