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": "a58a22aa-4173-45f4-b739-f3b32d75640b", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "7eee085a-70f1-4d21-94bb-70c3188cf7f4", "ConfigId": "0a21d15e-f9c7-4df5-9a15-8bf2af335b85" }, { "EventUrl": "sample string 1", "Strategy": "sample string 2", "IntegrationId": "a58a22aa-4173-45f4-b739-f3b32d75640b", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "7eee085a-70f1-4d21-94bb-70c3188cf7f4", "ConfigId": "0a21d15e-f9c7-4df5-9a15-8bf2af335b85" } ]