GET data-lookup/activity-minor?iActivity={iActivity}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iActivity | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ActivityRuleMinor| Name | Description | Type | Additional information |
|---|---|---|---|
| RuleID | integer |
None. |
|
| ActivityID | integer |
None. |
|
| ActivityText | string |
None. |
|
| ActivityRef | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RuleID": 1,
"ActivityID": 2,
"ActivityText": "sample string 3",
"ActivityRef": "sample string 4"
},
{
"RuleID": 1,
"ActivityID": 2,
"ActivityText": "sample string 3",
"ActivityRef": "sample string 4"
}
]