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": "e255edf6-9b0d-46ca-985a-d92f8bbaebfd", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "f209c057-6e84-4a52-b0c8-3a75d374a109", "ConfigId": "530df61e-141f-474a-8b92-ea69209dd12c" }, { "EventUrl": "sample string 1", "Strategy": "sample string 2", "IntegrationId": "e255edf6-9b0d-46ca-985a-d92f8bbaebfd", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "f209c057-6e84-4a52-b0c8-3a75d374a109", "ConfigId": "530df61e-141f-474a-8b92-ea69209dd12c" } ]