GET PlanCare2Api/Questionnaires/FilledQuestionnaires/{filledQuestionnaireId}/FirstQuestion

Gets the result of navigation to the first question.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filledQuestionnaireId

The id of the filled questionnaire.

integer

Required

Body Parameters

None.

Response Information

Resource Description

QuestionnaireNavigationResult

QuestionnaireNavigationResult
NameDescriptionTypeAdditional 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:
{"$id":"1","Code":0,"NewCurrentQuestionGuid":"8f5af86b-ea88-4de9-8ec7-997aa00163c0"}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Er is een uitzondering opgetreden van het type System.OutOfMemoryException.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Er is een uitzondering opgetreden van het type System.OutOfMemoryException.