Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| questionId |
The question identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of question options.
Collection of Pico.QuestionOption| Name | Description | Type | Additional information |
|---|---|---|---|
| acceptability |
Gets or sets the acceptability. |
string |
None. |
| description |
Gets or sets the description. |
string |
None. |
| externalMessage |
Gets or sets the external message. |
string |
None. |
| internalMessage |
Gets or sets the internal message. |
string |
None. |
| order |
Gets or sets the order. |
integer |
None. |
| value |
Gets or sets the value. |
string |
None. |
| question |
Gets or sets the question identifier. |
integer |
None. |
| id |
Gets or sets the question option identifier. |
integer |
None. |
| dependentQuestions |
Gets or sets the dependent question identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"acceptability": "sample String 1",
"description": "sample String 2",
"externalMessage": "sample String 3",
"internalMessage": "sample String 4",
"order": 5,
"value": "sample String 6",
"question": "7",
"id": "8",
"dependentQuestions": [
"1",
"2"
]
},
{
"acceptability": "sample String 1",
"description": "sample String 2",
"externalMessage": "sample String 3",
"internalMessage": "sample String 4",
"order": 5,
"value": "sample String 6",
"question": "7",
"id": "8",
"dependentQuestions": [
"1",
"2"
]
}
]
text/html
Sample:
[{"acceptability":"sample String 1","description":"sample String 2","externalMessage":"sample String 3","internalMessage":"sample String 4","order":5,"value":"sample String 6","question":"7","id":"8","dependentQuestions":["1","2"]},{"acceptability":"sample String 1","description":"sample String 2","externalMessage":"sample String 3","internalMessage":"sample String 4","order":5,"value":"sample String 6","question":"7","id":"8","dependentQuestions":["1","2"]}]