Skip to main content
Version: v3

Get scheduled posts calendar view

POST 

/social-media-posting/category/queues/list/calendar

Returns scheduled posts from active queues within a date range. Supports filtering by categories and accounts.

Request

Version stringrequired

API Version

Available optionsv3
application/json

Bodyrequired

    locationIdstringrequired

    Location ID

    startDatestringrequired

    Start Date in ISO format

    endDatestringrequired

    End Date in ISO format

    categoryIdsstring[]

    Category Id

    accountIdsstring[]

    Filter by Account IDs. If not provided or empty, returns all posts.

application/json

Calendar list fetched successfully.

Schema
    successbooleanrequired
    statusCodenumberrequired
    resultsobjectrequired
    traceIdstring