Onboarding

List content planner items

List scheduled/planned content-calendar items for a team (upcoming article slots that haven't generated yet). Optionally windowed to a date range. Items with no scheduled date are always included, since they belong to no window.

get/v3/onboarding/post-onboarding/calendar

Query parameters

teamIdstring
startDatestring

ISO date; inclusive start of the visible window. Unscheduled (null-date) items are returned regardless.

endDatestring

ISO date; inclusive end of the visible window. Unscheduled (null-date) items are returned regardless.

unscheduledOnlyboolean

Return ONLY items with no scheduled date (the unscheduled backlog). Ignores startDate/endDate.

Response

Default Response

Changes

Changed in 2 of the 47 revisions of this API.6

    • ○

      added the new optional query request parameter unscheduledOnly

      new-optional-request-parameter

    • ○

      api operation id listContentPlannerItems was added

      api-operation-id-added

    • ○

      api tag Onboarding added

      api-tag-added

    • ○

      added the new optional query request parameter endDate

      new-optional-request-parameter

    • ○

      added the new optional query request parameter startDate

      new-optional-request-parameter

    • ○

      added the new optional query request parameter teamId

      new-optional-request-parameter