GET api/states/{stateId}/sections/{stateSectionId}/rules
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stateId | globally unique identifier |
Required |
|
| stateSectionId | 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": "afc4fa3a-d1d4-4a0e-b8b1-d90951c576af",
"ExpectingStateQuestionId": "92292396-ea16-461e-abce-79aaeaac4056",
"ExpectedStateQuestionId": "149864cf-d367-4a66-b141-48e3b38d6241",
"ExpectingStateSectionId": "354c7c81-d240-4fa2-93c8-771719e3568f",
"ExpectingReportId": "a559492c-7bf9-4d3a-a914-a11caaf11863",
"ExpectedQuestionChoiceId": "493e4621-7b58-4521-a73e-6bb531ce725c",
"InnerJoinRule": "sample string 3",
"OuterJoinRule": "sample string 4",
"OrderIndex": 5,
"LogicalNot": true
},
{
"Id": "afc4fa3a-d1d4-4a0e-b8b1-d90951c576af",
"ExpectingStateQuestionId": "92292396-ea16-461e-abce-79aaeaac4056",
"ExpectedStateQuestionId": "149864cf-d367-4a66-b141-48e3b38d6241",
"ExpectingStateSectionId": "354c7c81-d240-4fa2-93c8-771719e3568f",
"ExpectingReportId": "a559492c-7bf9-4d3a-a914-a11caaf11863",
"ExpectedQuestionChoiceId": "493e4621-7b58-4521-a73e-6bb531ce725c",
"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>493e4621-7b58-4521-a73e-6bb531ce725c</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>149864cf-d367-4a66-b141-48e3b38d6241</ExpectedStateQuestionId>
<ExpectingReportId>a559492c-7bf9-4d3a-a914-a11caaf11863</ExpectingReportId>
<ExpectingStateQuestionId>92292396-ea16-461e-abce-79aaeaac4056</ExpectingStateQuestionId>
<ExpectingStateSectionId>354c7c81-d240-4fa2-93c8-771719e3568f</ExpectingStateSectionId>
<Id>afc4fa3a-d1d4-4a0e-b8b1-d90951c576af</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
<QuestionRuleSimple>
<ExpectedQuestionChoiceId>493e4621-7b58-4521-a73e-6bb531ce725c</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>149864cf-d367-4a66-b141-48e3b38d6241</ExpectedStateQuestionId>
<ExpectingReportId>a559492c-7bf9-4d3a-a914-a11caaf11863</ExpectingReportId>
<ExpectingStateQuestionId>92292396-ea16-461e-abce-79aaeaac4056</ExpectingStateQuestionId>
<ExpectingStateSectionId>354c7c81-d240-4fa2-93c8-771719e3568f</ExpectingStateSectionId>
<Id>afc4fa3a-d1d4-4a0e-b8b1-d90951c576af</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
</ArrayOfQuestionRuleSimple>