List PlaylistsAsk AIget https://api.zype.com/playlistsRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query ParamsidstringFilter by ID Example: id=5992f328ce593000ef000008qstringFilter by keywordactivestring | nullenumFilter by active, inactive, or all. If excluded, query will default to 'true'truefalseallAllowed:truefalsealltitlestringFilter by titlefriendly_titlestringFilter by friendly titlevideo_idstringFilter playlists that have the video_id Example: video_id=5992f328ce593000ef000001 Matches all playlists having the video.created_atstringFilter records by created date using times in ISO8601 format (Example: 2017-01-01T00:00:00-00:00) or Unix timestamps (Example: 1483228800) Note: Range filters can be applied by adding a suffix: ‘.gt’, ‘.gte’, ‘.lt’, ‘lte’ (Example: created_at.gte)categoryobjectFilter records that match all category values listed. Example: category[genre][]=comedy&category[language][]=english Matches all playlists having ALL of the category name/value pairs listed.category objectcategory_orobjectFilter records that match any category values listed. Example: category_or[genre][]=comedy&category_or[language][]=english Matches all playlists that have ANY of the category name/value pairs listed.category_or objectcategory_andobjectFilter records that match all category values listed. Example: category[genre][]=comedy&category[language][]=english Matches all playlists having ALL of the category name/value pairs listed.category_and objectzobject_idarray of stringsFilter records that match any of the Zobject IDs listedzobject_idADD stringzobject_id_orarray of stringsFilter records that match any of the Zobject IDs listedzobject_id_orADD stringzobject_id_andarray of stringsFilter records that match all of the Zobject IDs listedzobject_id_andADD stringzobject_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,descriptionresponse_fieldsstringFilter returned fields. Example: response_fields=id,title,descriptionorderstringenumFilter by ascending or descending orderascdescAllowed:ascdescsortstringSort on the specified fieldpageintegerPage number to return, with per_page dictating page sizeper_pageintegerNumber of records to return per pageResponses 200Response will contain an array of Playlists 422Unprocessable entityUpdated 3 months ago