RSS Feed/News Fetching all threads in a category via API

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,645
Points
823

Reputation:

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

Continue reading...
 
Status
Not open for further replies.
Top