Skip to main content
POST
Get Questionnaire Data (V2)

(V2) Get Questionnaire Data

Fetch questions, answers, practitioner details, patient demographics, and scoring for one or more assessments in a single request. Authentication is required — only the business that owns the assessments can retrieve them.
v1 vs v2 — The older questionnaire_data endpoint (GET v1) returns raw FHIR data for a single assessment. This v2 endpoint returns a structured question/answer breakdown for multiple assessments at once, with enriched practitioner and scoring fields.

Key fields in the response

Examples

Fetching two assessments in one call

Request:

Response:

Each key in data maps to one of the requested assessment IDs.

Authorizations

Authorization
string
header
required

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

Body

application/json
assessment_ids
string[]
required

List of assessment IDs to fetch. Each ID is prefixed with sa_ (Self-Assessment) or sn_ (Smartcheck).

Example:

Response

Questionnaire data for the requested assessments.

data
object

A map of assessment_id → questionnaire object. Only successfully fetched assessments appear as keys.