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