keshavkelkar
8 years agoAce
API to get status of "Hide from lists and menus" of Idea Inside any Category
Currently I am refering
http://<community>/restapi/vc/categories/id/<categories_id>/settings/name/config.hidden and can find the status of the category i.e. TRUE or FALSE.... I have Ideas and boards inside these category and need to know "Hide from lists and menus" status of Idea... Please let me know if there is any existing API or how to proceed towards solution.
Thanks
Keshav M. Kelkar
I think you want to check the same setting, but at the board level -- something like this:
http://<community>/restapi/vc/boards/id/<board or idea exchange id>/settings/name/config.hidden
-Doug