Class GetSeveralAudioFeaturesRequest


  • public class GetSeveralAudioFeaturesRequest
    extends Object
    Get Audio Features for Several Tracks 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 "audio_features" and whose value is an array of audio features 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.

    • Constructor Detail

      • GetSeveralAudioFeaturesRequest

        public GetSeveralAudioFeaturesRequest​(ApiClient apiClient,
                                              String ids)

        Get Audio Features for Several Tracks request

        Parameters:
        apiClient -

        The API client

        ids -

        A comma-separated list of the Spotify IDs for the tracks. Maximum: 100 IDs.