Skip to content

Retrieve Multiple Story Schedules

Terminal window
https://mapi.storyblok.com/v1/spaces/:space_id/story_schedulings

Returns an array of story schedule objects.

  • :space_id required number

    Numeric ID of a space

  • by_status string

    Filter story schedules based on the status.

  • story_schedulings The Story Scheduling Object[]

    An array of story scheduling objects.

Example Request

curl "https://mapi.storyblok.com/v1/spaces/606/story_schedulings" \
-H "Authorization: YOUR_OAUTH_TOKEN"