GetQuestionnaireDetail
Gets detail of the specific questionnaire (definitions of questions and saved patient’s answers).
JavaScript library method
patientportal.appointment.getQuestionnaireDetail({questionnaire: <questionnaire>});
HTTP Method
Verb | URL |
---|---|
GET | /patientportalapi/appointment/questionnaire-detail |
URL Parameters
Parameter | Type | Description |
---|---|---|
questionnaire | string | The key of the questionnaire provided by the API upon GetQuestionnaires. |