Retrieve an Event Type

get

/ic/api/integration/v1/eventTypes/{id}

Retrieves detailed information about the event type with the specified code and revision.

Request

Path Parameters
  • Event type composite identifier. The ID consists of the code and the revision separated by the | (vertical line) character. Format: code%7Crevision. Example: MY_EVENT_TYPE%7C1. When using cURL, substitute the %7C code for the vertical line.
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : EventTypeRs
Type: object
Show Source
Nested Schema : EventTypeUsageRs
Type: object
Show Source
Nested Schema : publishing-integrations
Type: array
Show Source
Nested Schema : subscribing-integrations
Type: array
Show Source
Nested Schema : IntegrationUsageRs
Type: object
Show Source

404 Response

Event type not found

500 Response

Server error
Back to Top