action mist_get_call_events_definitions { label: "getCallEventsDefinitions" description: "Get Call Event Definitions" provider: mist method: GET path: "/api/v1/const/call_events" encoding: json output: { type: "array" items: { type: "object" properties: { description: { type: "string" } display: { type: "string" } example: { type: "object" properties: { app: { type: "string" } meeting_id: { type: "string" } org_id: { type: "string" } site_id: { type: "string" } timestamp: { type: "integer" } type: { type: "string" } wcid: { type: "string" } } } key: { type: "string" } } } } }