GET api/states/{stateId}/sections/{stateSectionId}/questions/{stateQuestionId}/rules
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stateId | globally unique identifier |
Required |
|
| stateSectionId | globally unique identifier |
Required |
|
| stateQuestionId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of QuestionRuleSimple| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ExpectingStateQuestionId | globally unique identifier |
None. |
|
| ExpectedStateQuestionId | globally unique identifier |
None. |
|
| ExpectingStateSectionId | globally unique identifier |
None. |
|
| ExpectingReportId | globally unique identifier |
None. |
|
| ExpectedQuestionChoiceId | globally unique identifier |
None. |
|
| InnerJoinRule | string |
None. |
|
| OuterJoinRule | string |
None. |
|
| OrderIndex | integer |
None. |
|
| LogicalNot | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "8d5c066f-9b09-491b-9904-298c443cac23",
"ExpectingStateQuestionId": "a8ab0db3-44b2-429b-bd9c-6155100486e6",
"ExpectedStateQuestionId": "584da3f8-79d7-4770-956d-7538466c28d0",
"ExpectingStateSectionId": "68710ffd-b63f-4a78-95c7-f6d3e8fc5e42",
"ExpectingReportId": "fcfbed66-4a32-4f6e-84e5-a46d8725dcf3",
"ExpectedQuestionChoiceId": "a2479854-72ff-4867-9163-39494a600afe",
"InnerJoinRule": "sample string 3",
"OuterJoinRule": "sample string 4",
"OrderIndex": 5,
"LogicalNot": true
},
{
"Id": "8d5c066f-9b09-491b-9904-298c443cac23",
"ExpectingStateQuestionId": "a8ab0db3-44b2-429b-bd9c-6155100486e6",
"ExpectedStateQuestionId": "584da3f8-79d7-4770-956d-7538466c28d0",
"ExpectingStateSectionId": "68710ffd-b63f-4a78-95c7-f6d3e8fc5e42",
"ExpectingReportId": "fcfbed66-4a32-4f6e-84e5-a46d8725dcf3",
"ExpectedQuestionChoiceId": "a2479854-72ff-4867-9163-39494a600afe",
"InnerJoinRule": "sample string 3",
"OuterJoinRule": "sample string 4",
"OrderIndex": 5,
"LogicalNot": true
}
]
application/xml, text/xml
Sample:
<ArrayOfQuestionRuleSimple xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Admin.DTO">
<QuestionRuleSimple>
<ExpectedQuestionChoiceId>a2479854-72ff-4867-9163-39494a600afe</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>584da3f8-79d7-4770-956d-7538466c28d0</ExpectedStateQuestionId>
<ExpectingReportId>fcfbed66-4a32-4f6e-84e5-a46d8725dcf3</ExpectingReportId>
<ExpectingStateQuestionId>a8ab0db3-44b2-429b-bd9c-6155100486e6</ExpectingStateQuestionId>
<ExpectingStateSectionId>68710ffd-b63f-4a78-95c7-f6d3e8fc5e42</ExpectingStateSectionId>
<Id>8d5c066f-9b09-491b-9904-298c443cac23</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
<QuestionRuleSimple>
<ExpectedQuestionChoiceId>a2479854-72ff-4867-9163-39494a600afe</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>584da3f8-79d7-4770-956d-7538466c28d0</ExpectedStateQuestionId>
<ExpectingReportId>fcfbed66-4a32-4f6e-84e5-a46d8725dcf3</ExpectingReportId>
<ExpectingStateQuestionId>a8ab0db3-44b2-429b-bd9c-6155100486e6</ExpectingStateQuestionId>
<ExpectingStateSectionId>68710ffd-b63f-4a78-95c7-f6d3e8fc5e42</ExpectingStateSectionId>
<Id>8d5c066f-9b09-491b-9904-298c443cac23</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
</ArrayOfQuestionRuleSimple>