Skip to main content
GET
/
surveys
/
{survey_id_or_slug}
/
changes
/
{changeId}
/
state
Get survey state at change
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>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Org-Id
string
required

The ID of the organization to make requests against. Found on your Settings page.

Path Parameters

survey_id_or_slug
string
required

Unique ID or slug of the survey

changeId
string
required

ID of the change to reconstruct state at

Response

200 - application/json

Full survey state at the specified change point

A full survey representation as it existed at the specified change point