Forum Discussion

Pradnya's avatar
Pradnya
Guide
7 years ago

Want V1 call to get users topic having style param as forum

I want REST API V1 call to get particular user's topic having style param as a forum

  • @Prandnya - You can use the following query:

    Community-Name/restapi/vc/users/id/[id] /topics/in/boards/id/[board_id] /count

    Thanks

    • Pradnya's avatar
      Pradnya
      Guide

      Payal this api is specific to certain board , i want it for overall community.

      • Payal's avatar
        Payal
        Director

        For Overall community, please find below the api call:

         

        http://community.lithium.com/community-name/restapi/vc/users/id/[id] /topics/style/forum/count

        Thanks