GET PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/FirstQuestion
Gets the result of navigation to the first question.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filledQuestionnaireId |
The id of the filled questionnaire. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
QuestionnaireNavigationResult
QuestionnaireNavigationResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Code |
Code for result of the requested navigation. |
QuestionnaireNavigationResultCode |
None |
| NewCurrentQuestionGuid |
Guid of the new current question. |
globally unique identifier |
None |
Response Formats
application/json, text/json
Sample:
{
"Code": 0,
"NewCurrentQuestionGuid": "6726741a-7d28-412b-aa84-71447fc68f6e"
}
application/xml
Sample:
text/xml
Sample: