Get Videos
get
https://api.dyntube.com/v1/
videos
Get a list of videos. You can filter or sort videos based on optional query string.
The sorting order of the videos would be a query
sort
with a value. the format of the value would be field:1 for ascending order and field:-1 for descending order.#Here are examples to sort the videos by "Created" date.
#Sort by date created descending:
https://api.dyntube.com/v1/videos?sort=Created:-1
#Sort by date created ascending:
https://api.dyntube.com/v1/videos?sort=Created:1
Last modified 8mo ago