GET data-lookup/rule-sections?sZone={sZone}&iPlanChange={iPlanChange}&sSplitZones={sSplitZones}&bOnlyPlanChange={bOnlyPlanChange}&RevisionDate={RevisionDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sZone

string

Required

iPlanChange

integer

Required

sSplitZones

string

Required

bOnlyPlanChange

boolean

Required

RevisionDate

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RuleSection
NameDescriptionTypeAdditional 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
  }
]