List Relative Playlist VideosAsk AIget https://api.zype.com/playlists/{id}/videos/relativeReturns a windowed set of videos from a playlist relative to the anchor videoPath ParamsidstringrequiredID of playlistQuery Paramsanchor_video_idstringrequiredThe selected video ID.afterintegerDefaults to 3How many items to return after the anchor video.beforeintegerDefaults to 0How many items to return before the anchor video.include_anchorbooleanDefaults to falseWhether to include the anchor video in the results.truefalsesortstringSort order of the playlist videos. Defaults to the playlist's sort order.orderstringenumOrder of the playlist videos. Defaults to the playlist's order.ascdescAllowed:ascdesczobject_detailsbooleanSetting to true will display the full Zobject details, including any custom attributes, for each video record returned in your query.truefalsezobject_typesstringFilter zobject details by Zobject type. Example: zobject_types=episode,seasonzobject_fieldsstringFilter returned zobject fields. Example: zobject_fields=title,descriptionResponses 200Return videos for a specific playlist 404Playlist not found 422Unprocessable entityUpdated 2 months ago