POST api/events
Add Event
Request Information
URI Parameters
None.
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": "11a6f22f-bf7e-48b6-a938-93d9cd6023d7",
"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": "9b36ed61-37a7-41ca-8a72-005bd7eb1125",
"List": 0,
"Triggers": [
0,
0
],
"Type": 0,
"Filter": "sample string 4",
"id": "d0b62ede-1eae-45cc-ac96-1e61e5b91fa6",
"ConfigId": "0077732b-5811-4083-81e1-025abad6b289"
}