action pims_fetch_one_detailed_ticket_count { label: "Get one detailed ticket count by ID" provider: pims method: GET path: "/events/{event_id}/ticket-counts/detailed/{ticket_count_id}" encoding: json input: { type: "object" properties: { ticket_count_id: { type: "string" } } required: ["ticket_count_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }