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