v1
latestOpenAPI 3.0.02026-07-24674164.7 KBList videos connected to a playlist
get/rest/playlist/{PLAYLIST_ID}/videos
Path parameters
PLAYLIST_IDstring required
The unique identifier of the playlist.
Query parameters
fieldsstring
<p>List of fields to return.</p><p>To add several fields, separate each value with a comma (i.e. <code>created\_time,owner</code>).</p><p><p><b>Sample of possible values:</b> <code>created_time</code> <code>description</code> <code>id</code> <code>name</code> <code>owner</code> <code>private</code> <code>updated_time</code> <code>video_total</code> <p>See the <a href="https://developers.dailymotion.com/reference/playlist-fields/">exhaustive list of possible values and their description</a>.</p>
limitnumber
<p>Limits the number of results per page.<br>Max: 100</p>
pagenumber
<p>The page number to load. Allows to navigate from one page to the other when the results are on several pages.<br>Max: 10 if <code>limit=100</code><br>Depends if <code>has_more</code> at the top of the page is <code>true</code> or <code>false</code></p>