Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
baseQuestionId |
The base question identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The base question, if it exists.
Nano.BaseQuestionName | 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" ] }
text/html
Sample:
{"order":1,"baseCondition":2,"id":3,"question":4,"baseTasks":["1","2"]}
application/vnd.api+json
Sample:
Sample not available.