Call Support:Direct: (214) 420-1337Toll Free: (877) 522-6334
Monday through Friday 8 a.m. to 6 p.m. Central (GMT-6)
How can I get a list of forums using the API? I can get the list of groups with api.ashx/v2/groups.xml, but I want to get the list of forums. I tried api.ashx/v2/forums.xml, but it did not work.
Hi there,
You should be able to get a list of forums with api.ashx/v2/forums.xml. You can also get a list in a group with api.ashx/v2/groups/{groupid}/forums.xml. Here's the 7.0 forum list endpoint documentation: telligent.com/.../29593.list-forum-rest-endpoint.aspx
If those are not working, what errors are you getting?
If you go to /controlpanel/forums/Forums.aspx do you see a list of enabled forums?