Lists background tracks.
cURL
curl --request GET \ --url https://api.beyondwords.io/v1/background_tracks \ --header 'X-Api-Key: <api-key>'
[ { "id": 1, "name": "Test track 1", "volume": 100, "created": "2023-01-01 00:00:00 UTC", "updated": "2023-01-01 00:00:05 UTC" }, { "id": 2, "name": "Test track 2", "volume": 100, "created": "2023-02-01 00:00:00 UTC", "updated": "2023-02-01 00:00:05 UTC" } ]
'limit' sets the number of results to return in each page.
'offset' sets the first position to return from the results of the query. The default is 0, which starts the page at the first result.
filter items by scopes
OK
Unique identifier for the object
The background track name
Percent volume of the track
Show child attributes
Time at which the object was created (ISO 8601)
Time at which the object was updated (ISO 8601)
Was this page helpful?