POST api/events/bylist/{list}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| list | EventList |
Required |
Body Parameters
EventPost| Name | 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. |
|
| EventURLType | EventURLType |
None. |
Request Formats
application/json, text/json
Sample:
{
"List": 0,
"EventUrl": "sample string 1",
"IntegrationId": "3046ae0d-e635-4efd-8748-866f52950617",
"Strategy": "sample string 3",
"Triggers": [
0,
0
],
"Filter": "sample string 4",
"Type": 0,
"EventURLType": 0
}
Response Information
Resource Description
Event| Name | Description | Type | Additional information |
|---|---|---|---|
| EventUrl | string |
None. |
|
| Strategy | string |
None. |
|
| IntegrationId | globally unique identifier |
None. |
|
| List | EventList |
None. |
|
| EventURLType | EventURLType |
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": "5d01f60b-fb58-45e9-a76f-a885c90d897c",
"List": 0,
"EventURLType": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "a1c63c02-59f1-489e-add3-4f1e0ba13e2a",
"ConfigId": "cc2c16c4-bd83-42c7-9b44-96d0957befcc"
}