Skip to content

Respondents

Not yet fully verified

This content is not available in your language yet.

Respondents are people that fill out questionnaires. The default respondent is the patient, but there’s also profess, parent, second_parent, teacher and caregiver.

  • In the future second_parent will be merged into parent.
  • You won’t see a profess respondent, since you can’t send out to professionals, since there isn’t usually just one.
GET /api/v1/dossier/:epd_id/respondents/:id

Sample request

HTTP Request
GET /api/v1/dossiers/epd_id_2/respondents/2 HTTP/1.1
Host: api.example.com
Authorization: Bearer YOUR_API_TOKEN
{
"id": 2,
"label": "Patiënt",
"respondent_type": "patient"
}
Name Type Description
id integer Id uniquely identifying the respondent.
label string Non-identifying name for the respondent (e.g. history teacher)
respondent_type string patient, parent, second_parent, teacher or caregiver.
GET /api/v1/dossier/:epd_id/respondents

Returns an array of hashes of the same format as show.