XF 2.2 Fetching all threads in a category via API

bob2bob

Member
looks like there are endpoints that will allow you to grab all threads from a specific node (forum) but not an endpoint to grab all the threads from a specific category (parent node)

get latest threads:
/api/threads

get latest threads from a specific forum:
/api/forums/{node_id}/threads

get latest threads from a specific category/parent node:
i.e. all the threads from all of the forums that fall under sponsors or another category
an example within this community is this page: https://xenforo.com/community/#xenforo-bug-reports.46

is there an endpoint like this?
/api/categories/{node_id}/threads
 
Top Bottom