XenForo
Administrative
- Thread starter
- Admin
- #1
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...
Read more
Read more about this Feed . . .
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...
Read more
Read more about this Feed . . .