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": "e8e7812e-e241-4ded-bd6c-4637e6cdac17",
"ExpectingStateQuestionId": "3b876c14-3084-4b27-aeea-62158dbeb92d",
"ExpectedStateQuestionId": "c10edd23-f504-4698-b410-87c7c429b516",
"ExpectingStateSectionId": "86ef9276-eaf0-442d-8662-9cc9a062c57b",
"ExpectingReportId": "f4a3fc5a-a12f-4f3c-bba3-db2e354c6b8b",
"ExpectedQuestionChoiceId": "217d7c0a-7789-46f7-80dd-1f1a20459331",
"InnerJoinRule": "sample string 3",
"OuterJoinRule": "sample string 4",
"OrderIndex": 5,
"LogicalNot": true
},
{
"Id": "e8e7812e-e241-4ded-bd6c-4637e6cdac17",
"ExpectingStateQuestionId": "3b876c14-3084-4b27-aeea-62158dbeb92d",
"ExpectedStateQuestionId": "c10edd23-f504-4698-b410-87c7c429b516",
"ExpectingStateSectionId": "86ef9276-eaf0-442d-8662-9cc9a062c57b",
"ExpectingReportId": "f4a3fc5a-a12f-4f3c-bba3-db2e354c6b8b",
"ExpectedQuestionChoiceId": "217d7c0a-7789-46f7-80dd-1f1a20459331",
"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>217d7c0a-7789-46f7-80dd-1f1a20459331</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>c10edd23-f504-4698-b410-87c7c429b516</ExpectedStateQuestionId>
<ExpectingReportId>f4a3fc5a-a12f-4f3c-bba3-db2e354c6b8b</ExpectingReportId>
<ExpectingStateQuestionId>3b876c14-3084-4b27-aeea-62158dbeb92d</ExpectingStateQuestionId>
<ExpectingStateSectionId>86ef9276-eaf0-442d-8662-9cc9a062c57b</ExpectingStateSectionId>
<Id>e8e7812e-e241-4ded-bd6c-4637e6cdac17</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
<QuestionRuleSimple>
<ExpectedQuestionChoiceId>217d7c0a-7789-46f7-80dd-1f1a20459331</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>c10edd23-f504-4698-b410-87c7c429b516</ExpectedStateQuestionId>
<ExpectingReportId>f4a3fc5a-a12f-4f3c-bba3-db2e354c6b8b</ExpectingReportId>
<ExpectingStateQuestionId>3b876c14-3084-4b27-aeea-62158dbeb92d</ExpectingStateQuestionId>
<ExpectingStateSectionId>86ef9276-eaf0-442d-8662-9cc9a062c57b</ExpectingStateSectionId>
<Id>e8e7812e-e241-4ded-bd6c-4637e6cdac17</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
</ArrayOfQuestionRuleSimple>