POST api/events/bylist/{list}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
list | EventList |
Required |
Body Parameters
EventPostName | Description | Type | Additional information |
---|---|---|---|
List | EventList |
None. |
|
EventUrl | string |
None. |
|
IntegrationId | globally unique identifier |
None. |
|
Strategy | string |
None. |
|
Triggers | Collection of EventTrigger |
None. |
|
Filter | string |
None. |
|
Type | EventType |
None. |
Request Formats
application/json, text/json
Sample:
{ "List": 0, "EventUrl": "sample string 1", "IntegrationId": "c2c0cc10-57df-4069-a46f-b044b0d57350", "Strategy": "sample string 3", "Triggers": [ 0, 0 ], "Filter": "sample string 4", "Type": 0 }
Response Information
Resource Description
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": "b4e1ea26-9887-4c8b-83be-584bf12111ad", "List": 0, "Triggers": [ 0, 0 ], "Type": 0, "Filter": "sample string 4", "id": "fc785353-99e6-4eef-a06f-703ca1ef0d8a", "ConfigId": "004ce43d-ad45-4c6c-9563-ccbf8b7aac51" }