action bbc_get_broadcast_by_pid { label: "Broadcasts by PID" description: "Find broadcast by PID\n" provider: bbc method: GET path: "/broadcasts/{pid}" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } pid: { type: "string" } } required: ["X-API-Key", "pid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }