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.AppQuestion| Name | 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. |
| answers |
Gets or sets the answer identifiers. |
Collection of 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",
"answers": [
"1",
"2"
]
}
text/html
Sample:
{"disposition":"sample String 1","app":"2","id":"sample String 3","appTask":"1","baseQuestion":1,"person":1,"question":"4","answers":["1","2"]}
application/vnd.api+json
Sample:
Sample not available.