Category Queue
Documentation for Social Media Posting API
📄️ Fetch available categories for a queue
Retrieves a list of available categories for a specified location, indicating whether each category is already associated with a queue or not.
📄️ Create a category queue
Creates a new queue for a specific category within a location. This initializes the queue with all existing published posts from that category. If the category does not have any published posts, the queue is created with an empty post.
📄️ Fetch category queues for a location
Retrieves a paginated list of all category queues for a given location, excluding any that have been marked as deleted.
📄️ Fetch a category queue by ID
Retrieves the details of a single category queue by its unique ID. The response includes a count of posts within the queue that have errors.
📄️ Update a category queue
Updates the parameters of a specific category queue, such as its status (e.g., active, paused) or skipDateTime to delete a post on a specific date.
📄️ Fetch items from a category queue
Retrieves a paginated list of items within a specific category queue. This can be filtered to show only items that have errors.
📄️ Delete an item from a queue
Deletes an item from a specific category queue.
📄️ Update an item in a queue
Updates the content or variations of a specific item within a category queue.
📄️ Fetch calendar list for queues
Retrieves a list of scheduled posts from all active queues for a given location, formatted for a calendar view.
📄️ Delete an active post and schedule the next one
Deletes a post that is currently scheduled and automatically triggers the scheduling of the next available post in the queue.
📄️ Reset an item in a queue
Resets a specific queue item to its original state, discarding any modifications made.
📄️ Create a new item in a category queue
Creates a new post item directly within a specified category queue. This is useful for adding new queue items without any existing published post.