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": "bd1d7fa7-1999-46fb-9eb0-5d050afb8f81", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "b477f8b7-3bd1-4015-8a4e-9d57cad11d89", "ConfigId": "56c8501c-d84c-4c34-ae92-cd0de953d4b4" }, { "EventUrl": "sample string 1", "Strategy": "sample string 2", "IntegrationId": "bd1d7fa7-1999-46fb-9eb0-5d050afb8f81", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "b477f8b7-3bd1-4015-8a4e-9d57cad11d89", "ConfigId": "56c8501c-d84c-4c34-ae92-cd0de953d4b4" } ]