action bbc_get_broadcasts { label: "Broadcasts" description: "All broadcasts\n" provider: bbc method: GET path: "/broadcasts" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } date: { type: "string" } limit: { type: "string" } offset: { type: "string" } service_id: { type: "string" } sort: { type: "string" } } required: ["X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }