action lotadata_get_events_id { label: "Get Specific event details." provider: lotadata method: GET path: "/events/{id}" encoding: json input: { type: "object" properties: { fieldset: { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }