Event Routes

Operations

Add

Adds or replaces an event route. Status codes:

  • 204 No Content
  • 400 Bad Request
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:

  • 200 OK