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
                - 
                    id(required):  string
                    
                    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
                    - 
                            integrationInstance(required): string
                            
                            This is the name of the service instance. You can get this value from the About page where it is specified in the Service instance field.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json; charset=utf-8, application/vnd.oracle.resource+json,type=singular
200 Response
Successful operation
                            
                            
                                Root Schema : EventTypeRs
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    code: string
                    
                    
                     
                    
                
                
                Event type code
- 
                
                    
                    created: string
                    
                    
                     (date-time) 
                    
                
                
                Event type created date
- 
                
                    
                    created-by: string
                    
                    
                     
                    
                
                
                Event type CreatedBy user name
- 
                
                    
                    description: string
                    
                    
                     
                    
                
                
                Event type description
- 
                
                    
                    id: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                Event type name
- 
                
                    
                    revision: string
                    
                    
                     
                    
                
                
                Event type revision
- 
                
                    
                    schema: string
                    
                    
                     
                    
                
                
                Schema associated with the event type.
- 
                
                    
                    schema-type: string
                    
                    
                     
                    
                
                
                Type of schema associated with the event type. For example: json
- 
                
                    
                    usage-count: integer
                    
                    
                     (int32) 
                    
                
                
                Number of integrations using the event type. Includes the usage across all revisions of the event type.
- 
                
                    
                    usage-details: object
                    
                    
                
                
                    EventTypeUsageRs
                
                
                
404 Response
Event type not found
                            
                            
                            
                            
                        500 Response
Server error