GET search/section-number-rules?iRuleID={iRuleID}&RevisionDate={RevisionDate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iRuleID | integer |
Required |
|
| RevisionDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WordSearchResults| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleID | integer |
None. |
|
| SectionID | integer |
None. |
|
| Section | string |
None. |
|
| SectionNumber | string |
None. |
|
| SectionTitle | string |
None. |
|
| RuleText | string |
None. |
|
| SectionHeader | integer |
None. |
|
| RuleFilter | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RuleID": 1,
"SectionID": 2,
"Section": "sample string 3",
"SectionNumber": "sample string 4",
"SectionTitle": "sample string 5",
"RuleText": "sample string 6",
"SectionHeader": 7,
"RuleFilter": 8
},
{
"RuleID": 1,
"SectionID": 2,
"Section": "sample string 3",
"SectionNumber": "sample string 4",
"SectionTitle": "sample string 5",
"RuleText": "sample string 6",
"SectionHeader": 7,
"RuleFilter": 8
}
]