GET api/events?List={List}
Get a list of all events
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| List | EventList |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Event| Name | Description | Type | Additional information |
|---|---|---|---|
| EventUrl | string |
None. |
|
| Strategy | string |
None. |
|
| IntegrationId | globally unique identifier |
None. |
|
| List | EventList |
None. |
|
| EventURLType | EventURLType |
None. |
|
| Triggers | Collection of EventTrigger |
None. |
|
| Type | EventType |
None. |
|
| Filter | string |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"EventUrl": "sample string 1",
"Strategy": "sample string 2",
"IntegrationId": "02b4fbf1-372c-4662-a3a5-ebd2c90108b3",
"List": 0,
"EventURLType": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "28ca0301-6498-4d17-adf5-d85151c803cc",
"ConfigId": "873f324e-28ee-41d0-9065-f557ff52da48"
},
{
"EventUrl": "sample string 1",
"Strategy": "sample string 2",
"IntegrationId": "02b4fbf1-372c-4662-a3a5-ebd2c90108b3",
"List": 0,
"EventURLType": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "28ca0301-6498-4d17-adf5-d85151c803cc",
"ConfigId": "873f324e-28ee-41d0-9065-f557ff52da48"
}
]