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": "2db0bdaf-cf99-4b52-a26d-fabfea6424b8",
"ExpectingStateQuestionId": "47ceb69b-5e33-44e3-8b0a-f8c1f1dd4f64",
"ExpectedStateQuestionId": "25eff8ea-5779-4a5f-87cb-498a9588200a",
"ExpectingStateSectionId": "8ab8e431-8c13-411a-a200-03a32590681f",
"ExpectingReportId": "6b0b62e6-7018-4f41-88ed-b0455a8a737f",
"ExpectedQuestionChoiceId": "a4c8b4e2-f532-44f5-9efa-1c6252c837ea",
"InnerJoinRule": "sample string 3",
"OuterJoinRule": "sample string 4",
"OrderIndex": 5,
"LogicalNot": true
},
{
"Id": "2db0bdaf-cf99-4b52-a26d-fabfea6424b8",
"ExpectingStateQuestionId": "47ceb69b-5e33-44e3-8b0a-f8c1f1dd4f64",
"ExpectedStateQuestionId": "25eff8ea-5779-4a5f-87cb-498a9588200a",
"ExpectingStateSectionId": "8ab8e431-8c13-411a-a200-03a32590681f",
"ExpectingReportId": "6b0b62e6-7018-4f41-88ed-b0455a8a737f",
"ExpectedQuestionChoiceId": "a4c8b4e2-f532-44f5-9efa-1c6252c837ea",
"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>a4c8b4e2-f532-44f5-9efa-1c6252c837ea</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>25eff8ea-5779-4a5f-87cb-498a9588200a</ExpectedStateQuestionId>
<ExpectingReportId>6b0b62e6-7018-4f41-88ed-b0455a8a737f</ExpectingReportId>
<ExpectingStateQuestionId>47ceb69b-5e33-44e3-8b0a-f8c1f1dd4f64</ExpectingStateQuestionId>
<ExpectingStateSectionId>8ab8e431-8c13-411a-a200-03a32590681f</ExpectingStateSectionId>
<Id>2db0bdaf-cf99-4b52-a26d-fabfea6424b8</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
<QuestionRuleSimple>
<ExpectedQuestionChoiceId>a4c8b4e2-f532-44f5-9efa-1c6252c837ea</ExpectedQuestionChoiceId>
<ExpectedStateQuestionId>25eff8ea-5779-4a5f-87cb-498a9588200a</ExpectedStateQuestionId>
<ExpectingReportId>6b0b62e6-7018-4f41-88ed-b0455a8a737f</ExpectingReportId>
<ExpectingStateQuestionId>47ceb69b-5e33-44e3-8b0a-f8c1f1dd4f64</ExpectingStateQuestionId>
<ExpectingStateSectionId>8ab8e431-8c13-411a-a200-03a32590681f</ExpectingStateSectionId>
<Id>2db0bdaf-cf99-4b52-a26d-fabfea6424b8</Id>
<InnerJoinRule>sample string 3</InnerJoinRule>
<LogicalNot>true</LogicalNot>
<OrderIndex>5</OrderIndex>
<OuterJoinRule>sample string 4</OuterJoinRule>
</QuestionRuleSimple>
</ArrayOfQuestionRuleSimple>