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": "9740d34a-4a6e-47e4-883f-e704d99f1354",
"List": 0,
"EventURLType": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "038290af-bd92-4f16-be5f-89a1d2204ce1",
"ConfigId": "334ab48e-666b-4cc6-a4b8-e4329a843694"
},
{
"EventUrl": "sample string 1",
"Strategy": "sample string 2",
"IntegrationId": "9740d34a-4a6e-47e4-883f-e704d99f1354",
"List": 0,
"EventURLType": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "038290af-bd92-4f16-be5f-89a1d2204ce1",
"ConfigId": "334ab48e-666b-4cc6-a4b8-e4329a843694"
}
]