GET PlanCare2Api/Questionnaires/FilledQuestionnaires/{questionnaireGuid}/Chapters
Gets the questionnaire chapters for the specified questionnaire.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| questionnaireGuid |
The guid of the questionnaire. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The questionnaire chapters for the specified questionnaire.
Collection of QuestionnaireChapter| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid |
The id of the questionnaire chapter. |
globally unique identifier |
None |
| Name |
The name of the questionnaire chapter. |
string |
None |
| QuestionnaireGuid |
The id of the questionnaire to which the chapter belongs. |
globally unique identifier |
None |
| HideUnansweredQuestions |
Determines whether unanswered questions are shown. |
boolean |
None |
| VisibleOnCarePlan |
Determines whether the chapter is shown on the careplan. |
boolean |
None |
| VisibleOnClientCard |
Determines whether the chapter is shown in the clientcard. |
boolean |
None |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Guid": "9c368805-a82d-4858-952c-6f395af27066",
"Name": "sample string 2",
"QuestionnaireGuid": "12d31536-d801-45b6-9117-6afe1f0da0d2",
"HideUnansweredQuestions": true,
"VisibleOnCarePlan": true,
"VisibleOnClientCard": true
},
{
"$ref": "1"
}
]
application/xml
Sample:
text/xml
Sample: