Access denied Access granted Authentification Draft Deprecated
playlist : index
Last change: 2023-01-20 14:16:19
Change order of a playlist into an application
Parameter
Value
Description
playlistId
ID of the playlist
applicationId
ID of the application
position
New position of the playlist
outputFormat
Output format - Default: xml
Call
https://api.kinomap.com/playlist/index?
Response Body
An error occured!

	
Response : Valid / Success
  • status: OK when no errors
Response : Error / Failed
Response status is replaced by one of the following:
  • NOT_AUTHENTICATED: You need to be authenticated in order to use this API
  • NOT_AUTHORIZED: You can't edit this playlist
  • MISSING_PLAYLIST: This playlist does not exist
  • MISSING_APPLICATION: This application does not exist
  • PLAYLIST_NOT_IN_APPLICATION: This playlist is not in the application
  • UNABLE_SAVE_POSITION: Unable to save the position in the database
  • POSITION_OUT_OF_RANGE: Playlist position out of range
Sign in