action iqualify_get_offerings_offering_id_channels { label: "Find channels" description: "Responds with a list of channels in an offering." provider: iqualify method: GET path: "/offerings/{offeringId}/channels" encoding: json output: { type: "array" items: { type: "object" properties: { id: { type: "string" } isBroadcastOnly: { type: "boolean" } title: { type: "string" } } } } }