GET edit/data-lookup/consent-rules?iActivity={iActivity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iActivity | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ConsentRulesEdit| Name | Description | Type | Additional 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
}
]