action openchannel_get_events_event_id { label: "Returns an event" description: "- Results are returned for the market provided within the basic authentication credentials\n" provider: openchannel method: GET path: "/events/{eventId}" encoding: json input: { type: "object" properties: { eventId: { type: "string" } } required: ["eventId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }