v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB

Get Questionnaire Data (V2)

Fetch the full questionnaire (questions, answers, practitioner, patient, and scoring) for one or more assessment sessions. Unlike the v1 questionnaire_data endpoint, this API accepts multiple assessment IDs in a single request and requires authentication — only the owning business can retrieve its assessments.

post/assessment/api/v2/questionnaire/

Request body

assessment_idsstring[] required

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

Example request

{
  "assessment_ids": [
    "sa_123456789",
    "sn_987654321"
  ]
}

Response

Questionnaire data for the requested assessments.

dataobject

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