Overview

Sections

Theme switcher

Get Tracks

Header Parameters

Authorizationstring Required

Bearer token containing the user's access credentials for API authorization

StoreIdstring Required

API key provided by Tuned Global used to authenticate and authorize requests to the service

Query Parameters

typestring

The media type of the tracks to filter by, such as audio or video

Enum values:
AudioVideoKaraokeAll
offsetinteger

The starting position in the overall result set for pagination. Defaults to 1

countinteger

Number of tracks to return in the response; defaults to 10 if not specified

sortTypeobject

TrackCollectionsSortType

AToZstring

Query parameter to sort or filter tracks alphabetically from A to Z

Neweststring

Query parameter to prioritize or filter tracks by their release recency

Response

200
Object

Response Attributes

Offsetnumber

The current offset value used in the response for pagination

Countnumber

The total number of tracks returned in the current response

Totalnumber

The total number of tracks matching the query across all pages

Resultsarray

An array containing the individual track objects returned from the query, each representing a single track’s metadata.

Show child attributes

Was this section helpful?

GET

/

Select
1

Response

Was this section helpful?