Get Projects
get
https://api.dyntube.com/v1/
projects
Get a list of projects. You can filter or sort projects based on optional query string.
The sorting order of the projects would be a query parameter
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 by "Created" date.
#Sort by date created descending:
https://api.dyntube.com/v1/projects?sort=Created:-1
#Sort by date created ascending:
https://api.dyntube.com/v1/projects?sort=Created:1
Last modified 4mo ago