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": "7c650850-99dc-48ed-8ff4-66d8cc0db8fc",
"ExpectingStateQuestionId": "50f16526-c5cd-4142-9b5e-20788731e5cd",
"ExpectedStateQuestionId": "eb0594f9-2fd8-4e71-8f53-3885b4d40d81",
"ExpectingStateSectionId": "ff71a604-8cab-4012-bd8a-9940e58f1631",
"ExpectingReportId": "f7c15551-b5e5-4f50-8394-ef485c9b7173",
"ExpectedQuestionChoiceId": "8485019c-5211-4477-8e98-dad501257ed2",
"InnerJoinRule": "sample string 3",
"OuterJoinRule": "sample string 4",
"OrderIndex": 5,
"LogicalNot": true
},
{
"Id": "7c650850-99dc-48ed-8ff4-66d8cc0db8fc",
"ExpectingStateQuestionId": "50f16526-c5cd-4142-9b5e-20788731e5cd",
"ExpectedStateQuestionId": "eb0594f9-2fd8-4e71-8f53-3885b4d40d81",
"ExpectingStateSectionId": "ff71a604-8cab-4012-bd8a-9940e58f1631",
"ExpectingReportId": "f7c15551-b5e5-4f50-8394-ef485c9b7173",
"ExpectedQuestionChoiceId": "8485019c-5211-4477-8e98-dad501257ed2",
"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>8485019c-5211-4477-8e98-dad501257ed2</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>eb0594f9-2fd8-4e71-8f53-3885b4d40d81</ExpectedStateQuestionId>
<ExpectingReportId>f7c15551-b5e5-4f50-8394-ef485c9b7173</ExpectingReportId>
<ExpectingStateQuestionId>50f16526-c5cd-4142-9b5e-20788731e5cd</ExpectingStateQuestionId>
<ExpectingStateSectionId>ff71a604-8cab-4012-bd8a-9940e58f1631</ExpectingStateSectionId>
<Id>7c650850-99dc-48ed-8ff4-66d8cc0db8fc</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
<QuestionRuleSimple>
<ExpectedQuestionChoiceId>8485019c-5211-4477-8e98-dad501257ed2</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>eb0594f9-2fd8-4e71-8f53-3885b4d40d81</ExpectedStateQuestionId>
<ExpectingReportId>f7c15551-b5e5-4f50-8394-ef485c9b7173</ExpectingReportId>
<ExpectingStateQuestionId>50f16526-c5cd-4142-9b5e-20788731e5cd</ExpectingStateQuestionId>
<ExpectingStateSectionId>ff71a604-8cab-4012-bd8a-9940e58f1631</ExpectingStateSectionId>
<Id>7c650850-99dc-48ed-8ff4-66d8cc0db8fc</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
</ArrayOfQuestionRuleSimple>