Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla API List Discussions By Category Endpoint?
xifekobo
New
I found this help page but on the github wiki there's no indication that this is still supported.
https://blog.vanillaforums.com/api-discussions-list-category/
Tagged:
1
Comments
I got it but it seems it list all discussions and not support pagination..
/api/categories/id
That page you are referring to is for the hosted version of Vanilla. Most of what is said there also applies to the OS version, but if you need an API, you would have to use a plugin solution, Thankfully there is one: https://github.com/kasperisager/vanilla-api
To my understanding there will be an API available for the open source version in one of the next versions.
Yes RJ, that's what I'm using right now (see my 2nd comment). I'm saying there's no pagination on the given endpoint which is
/api/categories/id
compared to the hosted version.I guess that will have to do for now. thanks