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": "5f769574-ccf5-44c0-99eb-435f7cd58d0f",
"ExpectingStateQuestionId": "3871e58a-ccfc-43c5-aea0-b9873c393866",
"ExpectedStateQuestionId": "03fa0c54-a8ab-4ee2-a096-ef389bdaed75",
"ExpectingStateSectionId": "bb6ea820-660a-4c70-8b73-a883e36ddba2",
"ExpectingReportId": "6b46b295-e9d2-46fe-8067-1a02f6e590d6",
"ExpectedQuestionChoiceId": "efe61b30-fd3c-44a4-85a6-730bc7916725",
"InnerJoinRule": "sample string 3",
"OuterJoinRule": "sample string 4",
"OrderIndex": 5,
"LogicalNot": true
},
{
"Id": "5f769574-ccf5-44c0-99eb-435f7cd58d0f",
"ExpectingStateQuestionId": "3871e58a-ccfc-43c5-aea0-b9873c393866",
"ExpectedStateQuestionId": "03fa0c54-a8ab-4ee2-a096-ef389bdaed75",
"ExpectingStateSectionId": "bb6ea820-660a-4c70-8b73-a883e36ddba2",
"ExpectingReportId": "6b46b295-e9d2-46fe-8067-1a02f6e590d6",
"ExpectedQuestionChoiceId": "efe61b30-fd3c-44a4-85a6-730bc7916725",
"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>efe61b30-fd3c-44a4-85a6-730bc7916725</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>03fa0c54-a8ab-4ee2-a096-ef389bdaed75</ExpectedStateQuestionId>
<ExpectingReportId>6b46b295-e9d2-46fe-8067-1a02f6e590d6</ExpectingReportId>
<ExpectingStateQuestionId>3871e58a-ccfc-43c5-aea0-b9873c393866</ExpectingStateQuestionId>
<ExpectingStateSectionId>bb6ea820-660a-4c70-8b73-a883e36ddba2</ExpectingStateSectionId>
<Id>5f769574-ccf5-44c0-99eb-435f7cd58d0f</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
<QuestionRuleSimple>
<ExpectedQuestionChoiceId>efe61b30-fd3c-44a4-85a6-730bc7916725</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>03fa0c54-a8ab-4ee2-a096-ef389bdaed75</ExpectedStateQuestionId>
<ExpectingReportId>6b46b295-e9d2-46fe-8067-1a02f6e590d6</ExpectingReportId>
<ExpectingStateQuestionId>3871e58a-ccfc-43c5-aea0-b9873c393866</ExpectingStateQuestionId>
<ExpectingStateSectionId>bb6ea820-660a-4c70-8b73-a883e36ddba2</ExpectingStateSectionId>
<Id>5f769574-ccf5-44c0-99eb-435f7cd58d0f</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
</ArrayOfQuestionRuleSimple>