Forum Discussion

keshavkelkar's avatar
8 years ago

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 board...
  • DougS's avatar
    8 years ago

    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