action pims_fetch_all_events_capacities { label: "Find all capacities for one event" provider: pims method: GET path: "/events/{event_id}/capacities" encoding: json input: { type: "object" properties: { sort: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }