Overview

Sections

Theme switcher

Add Tracks

Header Parameters

Authorizationstring Required

Access token issued by Tuned Global for authorization using oAuth 2.0

StoreIdstring Required

API Key provided by Tuned Global for accessing the service

Query Parameters

skipHistoryCheckstring

Defaults to true, which appends without question. Send false to have the call stop with 409 and list any tracks the listener previously deleted from this playlist, so you can confirm before re-adding.

Path Parameters

idstring Required

The playlist to add to. The listener must be its creator, or hold an admin token.

Body Parameters

67368936number
66822737number

Response

200
Object

The playlist header after the add, with TrackCount and DurationSecs already up to date - call Get Tracks for the new rows and their PlaylistTrackId values.

Response Attributes

PlaylistIdnumber
Namearray

Show child attributes

Descriptionarray

Show child attributes

CreatorIdnumber
CreatorNamestring
CreatorImagestring
IsCreatorPublicboolean
TrackCountnumber
PublicTrackCountstring
IsDynamicboolean
IsLimitedToContentLangboolean
DurationSecsnumber
IsPublicboolean
AllowSuggestionsboolean
DateCreatedstring
DateUpdatedstring
TrackIdsarray
CoverImagearray

Show child attributes

ContentLanguagestring
IsVideoboolean
StationIdstring
IsDraftboolean
ContentTiernumber
IsExplicitboolean
Typestring
404
Object

No playlist with that ID.

403
Object

The token is neither the creator's nor an admin's.

409
Object

Only with skipHistoryCheck=false: one or more tracks were previously deleted from this playlist. The body lists them. This is a confirmation prompt, not a failure - resend with skipHistoryCheck=true to go ahead.

Was this section helpful?

POST

/

Select
1

Response

Was this section helpful?