GET PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/Chapters/{questionnaireChapterGuid}/Answers
Gets the answers for a specified chapter and filled questionnaire combination.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filledQuestionnaireId |
The id of the filledQuestionnaire. |
integer |
Required |
| questionnaireChapterGuid |
The guid of the questionnaireChapter. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The answers for a specified chapter and filled questionnaire combination.
Collection of QuestionnaireChapterAnswer| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionGuid |
The id of the question. |
globally unique identifier |
None |
| Rank |
The rank of the question within the questionnaire chapter. |
integer |
None |
| QuestionName |
The name of question. |
string |
None |
| QuestionCode |
The code of the question. |
string |
None |
| QuestionPrintText |
The text displayed for the question. |
string |
None |
| QuestionType |
The type of question. |
QuestionType |
None |
| AnswerText |
The answer of the question as text. |
string |
None |
| AnswerNumber |
The answer of the question as a number. |
decimal number |
None |
| AnswerDateTime |
The answer of the question as a datetime. |
date |
None |
| AnswerRTF |
The answer of the question as rich text. |
string |
None |
| Explanation |
The explanation of the answer. |
string |
None |
| Answered |
Indicates whether an answer has been given. |
boolean |
None |
| SubChapterGuid |
The id of the sub chapter to which the item belongs. |
globally unique identifier |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.