I'm currently working on a project that uses daily motion as its video platform. It will contain several private playlists and videos and I need to be able to fetch video details including what playlist that video is a member of.
When querying the /me/video/<VIDEO_ID> endpoint, there is no field I can add to the fields query to retrieve a list of playlists and the /video/<VIDEO_ID>/playlists although undocumented, returns a 200 but with an empty list of results.
Using this documentation, there seem to be no way to get a list of playlists a video is a member of, am I correct?
You are using the right endpoint. To get the list of playlists a video is a member of, you can use the video connection:
/video/<VIDEO_ID>/playlistsThis connection should be documented, we'll investigate on this issue