Access denied Access granted Authentification Draft Deprecated
playlist : addVideo
Last change: 2023-01-20 14:16:19
Add a video into a playlist
Parameter
Value
Description
playlistId
Playlist ID
videoId
6 characters video id
order
Order of the vide in the playlist
outputFormat
Output format - Default: xml
Call
https://api.kinomap.com/playlist/addVideo?
Response Body
An error occured!

	
Response : Valid / Success
  • status: OK when no errors
  • playlistVideoId: ID of the relation playlist <=> video
Response : Error / Failed
Response status is replaced by one of the following:
  • UNABLE_ADD_VIDEO: Unable to add the video into the playlist
  • UNABLE_TO_FIND_PLAYLIST: The specified playlist does not exist
  • UNABLE_TO_FIND_VIDEO: The specified video does not exist
  • NOT_AUTHENTICATED: You need to be authenticated in order to use this API
  • NOT_AUTHORIZED: You are not authorized to add a video to this playlist
Sign in