richard
richard copied to clipboard
query videos via api
The API should have a way to query videos.
Part of me vaguely remembers that the API actually does have this. However, it could be that I'm remembering the old API or another project I work on. Regardless, if it can be done, I'm pretty sure it's not documented.
If you mean a call to get information about a single video, we do have that.
/api/v2/video/123
We are using http://www.django-rest-framework.org/api-guide/generic-views#retrieveupdateapiview for the VideoRetrieveUpdateAPI.
It's documented here http://richard.readthedocs.org/en/latest/admin/api.html#videos
Reopen if you mean something else.
No, that's not what I meant. That's getting a video based on its id--not querying/searching videos.