action pims_fetch_one_event_category { label: "Get one event category by ID" provider: pims method: GET path: "/events/{event_id}/categories/{category_id}" encoding: json input: { type: "object" properties: { category_id: { type: "string" } show_ignored: { type: "string" } } required: ["category_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }