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