Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of base questions.
Collection of Nano.BaseQuestion| Name | Description | Type | Additional information |
|---|---|---|---|
| order |
Gets or sets the order. |
integer |
None. |
| baseCondition |
Gets or sets the base condition identifier. |
integer |
None. |
| id |
Gets or sets the base question identifier. |
integer |
None. |
| question |
Gets or sets the question identifier. |
integer |
None. |
| baseTasks |
Gets or sets the base task identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"order": 1,
"baseCondition": 2,
"id": 3,
"question": 4,
"baseTasks": [
"1",
"2"
]
},
{
"order": 1,
"baseCondition": 2,
"id": 3,
"question": 4,
"baseTasks": [
"1",
"2"
]
}
]
text/html
Sample:
[{"order":1,"baseCondition":2,"id":3,"question":4,"baseTasks":["1","2"]},{"order":1,"baseCondition":2,"id":3,"question":4,"baseTasks":["1","2"]}]
application/vnd.api+json
Sample:
Sample not available.