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 EventName | 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": "087adc50-962b-40c4-87c9-be5ec3547163", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "301f2d3f-f447-4e6a-91f5-25ac53122af4", "ConfigId": "737cec3e-002c-447b-a0a6-0a79836fcfa7" }, { "EventUrl": "sample string 1", "Strategy": "sample string 2", "IntegrationId": "087adc50-962b-40c4-87c9-be5ec3547163", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "301f2d3f-f447-4e6a-91f5-25ac53122af4", "ConfigId": "737cec3e-002c-447b-a0a6-0a79836fcfa7" } ]