Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appQuestionId |
The application question identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The application question.
Nano.AppQuestionName | Description | Type | Additional information |
---|---|---|---|
disposition |
Gets or sets the disposition. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the application question identifier. |
string |
None. |
appTask |
Gets or sets the application task identifier. |
integer |
None. |
baseQuestion |
Gets or sets the base question identifier. |
integer |
None. |
person |
Gets or sets the person identifier. |
integer |
None. |
question |
Gets or sets the question identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "disposition": "sample String 1", "app": "2", "id": "sample String 3", "appTask": "1", "baseQuestion": 1, "person": 1, "question": "4" }
text/html
Sample:
{"disposition":"sample String 1","app":"2","id":"sample String 3","appTask":"1","baseQuestion":1,"person":1,"question":"4"}
application/xml, text/xml
Sample:
<AppQuestion xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Disposition>sample String 1</Disposition> <AppId>2</AppId> <AppQuestionId>sample String 3</AppQuestionId> <AppTaskId>1</AppTaskId> <BaseQuestionId>1</BaseQuestionId> <PersonId>1</PersonId> <QuestionId>4</QuestionId> </AppQuestion>
application/vnd.api+json
Sample:
Sample not available.