GET api/events?List={List}

Get a list of all events

Request Information

URI Parameters

NameDescriptionTypeAdditional information
List

EventList

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Event
NameDescriptionTypeAdditional 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": "c82eb8af-8f19-4817-9829-66a3be65b786",
    "List": 0,
    "Triggers": [
      0,
      0
    ],
    "Type": 0,
    "Filter": "sample string 4",
    "id": "824333c5-35fb-4bbb-8096-cd1e9e508b45",
    "ConfigId": "1aedcce7-3402-4eb0-aa16-416ca3248238"
  },
  {
    "EventUrl": "sample string 1",
    "Strategy": "sample string 2",
    "IntegrationId": "c82eb8af-8f19-4817-9829-66a3be65b786",
    "List": 0,
    "Triggers": [
      0,
      0
    ],
    "Type": 0,
    "Filter": "sample string 4",
    "id": "824333c5-35fb-4bbb-8096-cd1e9e508b45",
    "ConfigId": "1aedcce7-3402-4eb0-aa16-416ca3248238"
  }
]