Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
baseQuestionRuleId |
The base question rule identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The base question rule, if it exists.
Pico.BaseQuestionRuleName | Description | Type | Additional information |
---|---|---|---|
group |
Gets or sets the group. |
string |
None. |
baseQuestion |
Gets or sets the base question identifier. |
integer |
None. |
id |
Gets or sets the base question rule identifier. |
integer |
None. |
rule |
Gets or sets the rule identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "group": "sample String 1", "baseQuestion": "2", "id": "3", "rule": "4" }
text/html
Sample:
{"group":"sample String 1","baseQuestion":"2","id":"3","rule":"4"}
application/xml, text/xml
Sample:
<BaseQuestionRule xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Group>sample String 1</Group> <BaseQuestionId>2</BaseQuestionId> <BaseQuestionRuleId>3</BaseQuestionRuleId> <RuleId>4</RuleId> </BaseQuestionRule>