Gursimrat
12 years agoLeader
REST API: Get ID of current node's category
How can I get the ID of the category inside the board? I want to get the ID of the category for a board and want to display the other boards in that category by getting its ID and using the following REST call
http://community.com/community-name/restapi/vc/categories/id/CAT-ID/boards
Moreover, I also want to get the number of post inside the boards which are returned.
Thanks