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": "cb6ee8b5-3f4a-4be6-9052-c4f38efab0ba"
}
application/xml, text/xml
Sample:
<QuestionnaireNavigationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Questionnaire"> <Code>Failed</Code> <NewCurrentQuestionGuid>cb6ee8b5-3f4a-4be6-9052-c4f38efab0ba</NewCurrentQuestionGuid> </QuestionnaireNavigationResult>