List of forums

List of forums

This question is not answered

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.

All Replies
  • 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?