curl --request GET \
--url https://api.questra.ai/surveys/{survey_id_or_slug}/changes/{changeId}/state \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{}Returns the full survey state as it existed at the specified change point.
curl --request GET \
--url https://api.questra.ai/surveys/{survey_id_or_slug}/changes/{changeId}/state \
--header 'Authorization: Bearer <token>' \
--header 'X-Org-Id: <x-org-id>'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique ID or slug of the survey
ID of the change to reconstruct state at
Full survey state at the specified change point
A full survey representation as it existed at the specified change point