Move a Track
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
playlistTrackIdinteger Required
The row to move, taken from PlaylistTrackId in Get Tracks - not the track ID.
toPositioninteger Required
The 1-based position the row should end up at.
Path Parameters
idinteger Required
The playlist being reordered.
Response
200
Object
A bare boolean - true confirms the move, and every affected row's Position changes, so re-read the tracklist rather than patching positions locally.
400
Object
The move was rejected - typically toPosition is outside the playlist, or playlistTrackId is not in it.
404
Object
No playlist with that ID.
Was this section helpful?
Response
Was this section helpful?