GET data-lookup/activityrulesgis?searchkey={searchkey}&sZone={sZone}&activity={activity}&sMode={sMode}&sGeom={sGeom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
searchkey

string

Required

sZone

string

Required

activity

integer

Required

sMode

string

Required

sGeom

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PropertyActivityRules
NameDescriptionTypeAdditional information
RuleID

integer

None.

GroupName

string

None.

SectionNumber

string

None.

RuleText

string

None.

RuleComments

string

None.

RuleTextSize

integer

None.

RuleLevel

integer

None.

Indent

integer

None.

ParentRuleID

integer

None.

TableMerge

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "RuleID": 1,
    "GroupName": "sample string 2",
    "SectionNumber": "sample string 3",
    "RuleText": "sample string 4",
    "RuleComments": "sample string 5",
    "RuleTextSize": 6,
    "RuleLevel": 7,
    "Indent": 8,
    "ParentRuleID": 9,
    "TableMerge": true
  },
  {
    "RuleID": 1,
    "GroupName": "sample string 2",
    "SectionNumber": "sample string 3",
    "RuleText": "sample string 4",
    "RuleComments": "sample string 5",
    "RuleTextSize": 6,
    "RuleLevel": 7,
    "Indent": 8,
    "ParentRuleID": 9,
    "TableMerge": true
  }
]