Skip to content

Retrieve Multiple Workflow Stage Changes

Terminal window
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/606/workflow_stage_changes?with_story=123" \
-H "Authorization: YOUR_OAUTH_TOKEN"

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