GET data-lookup/rule-sections-compare?iFrom={iFrom}&iTo={iTo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iFrom | integer |
Required |
|
| iTo | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RuleSection| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleSectionId | integer |
None. |
|
| Section | string |
None. |
|
| SectionNumber | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| Zone | string |
None. |
|
| Zone2 | string |
None. |
|
| Zone3 | string |
None. |
|
| Zone4 | string |
None. |
|
| ParentSectionId | integer |
None. |
|
| ZoneParentId | integer |
None. |
|
| DisplayLevel | integer |
None. |
|
| LevelType | integer |
None. |
|
| PCID | integer |
None. |
|
| SectionHeader | integer |
None. |
|
| RevStatus | string |
None. |
|
| HasPlanChange | string |
None. |
|
| ClickLink | string |
None. |
|
| TextColour | string |
None. |
|
| HasFilter | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RuleSectionId": 1,
"Section": "sample string 2",
"SectionNumber": "sample string 3",
"DisplayOrder": 4,
"Zone": "sample string 5",
"Zone2": "sample string 6",
"Zone3": "sample string 7",
"Zone4": "sample string 8",
"ParentSectionId": 9,
"ZoneParentId": 10,
"DisplayLevel": 11,
"LevelType": 12,
"PCID": 13,
"SectionHeader": 14,
"RevStatus": "sample string 15",
"HasPlanChange": "sample string 16",
"ClickLink": "sample string 17",
"TextColour": "sample string 18",
"HasFilter": 19
},
{
"RuleSectionId": 1,
"Section": "sample string 2",
"SectionNumber": "sample string 3",
"DisplayOrder": 4,
"Zone": "sample string 5",
"Zone2": "sample string 6",
"Zone3": "sample string 7",
"Zone4": "sample string 8",
"ParentSectionId": 9,
"ZoneParentId": 10,
"DisplayLevel": 11,
"LevelType": 12,
"PCID": 13,
"SectionHeader": 14,
"RevStatus": "sample string 15",
"HasPlanChange": "sample string 16",
"ClickLink": "sample string 17",
"TextColour": "sample string 18",
"HasFilter": 19
}
]