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": "c35ac7c0-711d-43f8-b6f4-4c6741b35d75", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "e9081365-672c-48a6-87e8-456ba31690b1", "ConfigId": "78f16a9a-4eb5-4c77-92c9-b590b18f1a95" }, { "EventUrl": "sample string 1", "Strategy": "sample string 2", "IntegrationId": "c35ac7c0-711d-43f8-b6f4-4c6741b35d75", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "e9081365-672c-48a6-87e8-456ba31690b1", "ConfigId": "78f16a9a-4eb5-4c77-92c9-b590b18f1a95" } ]