action bbc_get_collection_members { label: "Collection Members" description: "Episodes and Clips from Collection\n" provider: bbc method: GET path: "/collections/{pid}/members" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } limit: { type: "string" } offset: { type: "string" } pid: { type: "string" } } required: ["X-API-Key", "pid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }