Add Tracks
Header Parameters
Access token issued by Tuned Global for authorization using oAuth 2.0
API Key provided by Tuned Global for accessing the service
Query Parameters
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
The playlist to add to. The listener must be its creator, or hold an admin token.
Body Parameters
Response
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
Show child attributes
Show child attributes
Show child attributes
No playlist with that ID.
The token is neither the creator's nor an admin's.
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.