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": "7e2c8546-1380-432c-899c-65e026f0fb9f", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "13f79a82-fe93-41ee-9f4d-4c0ce8ff94e1", "ConfigId": "b849fdcc-a761-4304-92e1-2d467b6f2500" }, { "EventUrl": "sample string 1", "Strategy": "sample string 2", "IntegrationId": "7e2c8546-1380-432c-899c-65e026f0fb9f", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "13f79a82-fe93-41ee-9f4d-4c0ce8ff94e1", "ConfigId": "b849fdcc-a761-4304-92e1-2d467b6f2500" } ]