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": "8cb3d44e-51f6-4dab-9988-1c3ba15d6fc6", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "368b66fb-eaca-4be8-b725-cd8e44fe7f1e", "ConfigId": "2b06c598-e786-4b5a-8b59-a823b1c265d3" }, { "EventUrl": "sample string 1", "Strategy": "sample string 2", "IntegrationId": "8cb3d44e-51f6-4dab-9988-1c3ba15d6fc6", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "368b66fb-eaca-4be8-b725-cd8e44fe7f1e", "ConfigId": "2b06c598-e786-4b5a-8b59-a823b1c265d3" } ]