|
Add
|
Adds or replaces an event route.
Status codes:
- 204 No Content
- 400 Bad Request
- EventRouteEndpointInvalid - The endpoint provided does not exist or is not active.
- EventRouteFilterInvalid - The event route filter is invalid.
- EventRouteIdInvalid - The event route id is invalid.
- LimitExceeded - The maximum number of event routes allowed has been reached.
|
|
Delete
|
Deletes an event route.
Status codes:
- 204 No Content
- 404 Not Found
- EventRouteNotFound - The event route was not found.
|
|
Get By Id
|
Retrieves an event route.
Status codes:
- 200 OK
- 404 Not Found
- EventRouteNotFound - The event route was not found.
|
|
List
|
Retrieves all event routes.
Status codes:
|