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. |
Request Formats
application/json, text/json
Sample:
{
"List": 0,
"EventUrl": "sample string 1",
"IntegrationId": "b68fb47c-9ee0-4e56-93bb-381ca77c7a78",
"Strategy": "sample string 3",
"Triggers": [
0,
0
],
"Filter": "sample string 4",
"Type": 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. |
|
| 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": "01dcd269-3c4d-443e-914b-0597025f8c89",
"List": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "b712de99-cf3c-44af-a1f8-66d64bdd3a48",
"ConfigId": "c6bf1892-e664-4a4c-8bfd-bc8bfa3f927d"
}