Skip to main content
GET
/
surveys
/
{id}
/
contents
Get survey contents
curl --request GET \
  --url https://api.questra.ai/surveys/{id}/contents \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Org-Id: <x-org-id>'
{
  "envelope": {},
  "checksum": "<string>",
  "lastPushedAt": "2023-11-07T05:31:56Z",
  "lastPulledAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.questra.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

id
string
required

Unique ID or slug of the survey

Query Parameters

format
enum<string>

Set to envelope to force a JSON envelope response instead of native source text.

Available options:
envelope

Response

Generated survey contents.

platform
enum<string>
required
Available options:
alchemer,
confirmit,
decipher,
qualtrics
envelope
object
required
checksum
string | null
required
lastPushedAt
string<date-time> | null
required
lastPulledAt
string<date-time> | null
required