Skip to content

Retrieve Multiple Workflow Stage Changes

GET
https://mapi.storyblok.com/v1/spaces/:space_id/workflow_stage_changes?with_story=123

Returns an array of workflow stage change objects.

  • :space_id required number

    Numeric ID of a space

  • with_story required number

    Filter by the ID of the story

curl "https://mapi.storyblok.com/v1/spaces/288868932106293/workflow_stage_changes\
?with_story=123" \
-H "Authorization: YOUR_OAUTH_TOKEN"

You will get an array of workflow stage change objects as response.

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.