Skip to content

Retrieve One Story Schedule

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

Returns a single schedule object by providing a specific numeric ID.

  • :space_id required number

    Numeric ID of a space

  • :story_scheduling_id required number

    Numeric ID of a story scheduling object

  • story_scheduling The Story Scheduling Object

    A single story scheduling object.

Example Request

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