action pims_fetch_all_ticket_counts { label: "Find all ticket counts for one event" provider: pims method: GET path: "/events/{event_id}/ticket-counts" encoding: json output: { type: "object" additionalProperties: true } }