GET edit/data-lookup/activity-filters-section?iSection={iSection}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
iSection

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ConsentRulesEdit
NameDescriptionTypeAdditional information
TableKey

integer

None.

ActivityKey

integer

None.

RuleID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TableKey": 1,
    "ActivityKey": 2,
    "RuleID": 3
  },
  {
    "TableKey": 1,
    "ActivityKey": 2,
    "RuleID": 3
  }
]