Skip to content

Retrieve One Story Schedule

GET
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

Example Request

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

Was this page helpful?

What went wrong?

This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window).Terms of Service (opens in a new window) apply.