action bbc_get_personalised_music_follows_by_type { label: "Followed Networks, Categories, Artists, Playlists and Genres by Type" description: "List of followed networks, categories, artists, playlists, networks, genres, categories or services for a given BBC Music user.\n" provider: bbc method: GET path: "/my/music/follows/{type}" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } "X-API-Key": { type: "string" } "X-Authentication-Provider": { type: "string" } action: { type: "string" } limit: { type: "string" } "music-data": { type: "string" } music_context: { type: "string" } music_within_uk: { type: "string" } offset: { type: "string" } type: { type: "string" } } required: ["Authorization", "X-API-Key", "X-Authentication-Provider", "type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }