Class GetMultipleAlbumsRequest


  • public class GetMultipleAlbumsRequest
    extends Object
    Get Multiple Albums request

    Response

    On success, the HTTP status code in the response header is 200 OK and the response body contains an object whose key is "albums" and whose value is an array of album objects in JSON format.

    Objects are returned in the order requested. If an object is not found, a null value is returned in the appropriate position. Duplicate ids in the query will result in duplicate objects in the response. On error, the header status code is an error code and the response body contains an error object.