logUIEvent
post
                    /ccadmin/v1/uiEvents/logUIEvent
Log a UI event.
                Request
Supported Media Types
                - application/json
Root Schema : logUIEvent_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            uiEvent(optional): 
            object  uiEvent
            
            A free-form object representing the UI event
Nested Schema : uiEvent
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectA free-form object representing the UI event
    
    
    
    
    
    
    
    
    
    
Response
Supported Media Types
                - application/json
200 Response
Returned when the operation succeeds.
                
                
                    Root Schema : logUIEvent_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            uiEvent(optional): 
            object  uiEvent
            
            A free-form object representing the UI event
Nested Schema : uiEvent
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectA free-form object representing the UI event
    
    
    
    
    
    
    
    
    
    
Example Response (application/json)
                    {
    "uiEvent":{
        "eventType":"contextChange",
        "eventDetail":{
            "contextId":"audiences",
            "pageId":"marketing"
        }
    }
}