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. |
|
| 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": "299d8262-544c-4a49-a756-d328ea6ac43a",
"List": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "824ba812-26fc-402e-82fc-73e50c24f007",
"ConfigId": "207d909f-0e8a-435d-bd5d-fec876761b98"
},
{
"EventUrl": "sample string 1",
"Strategy": "sample string 2",
"IntegrationId": "299d8262-544c-4a49-a756-d328ea6ac43a",
"List": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "824ba812-26fc-402e-82fc-73e50c24f007",
"ConfigId": "207d909f-0e8a-435d-bd5d-fec876761b98"
}
]