Forum Discussion

dhiraj_gophane's avatar
11 years ago

how to get Hidden nodes in rest api response?

When a node is hidden from list and menus then that node info doesn't come in xml response when list of nodes are fetched at parent level.

 

Meaning,

 

If category A consist of 4 categories named a,b,c,d. And if "c" is hidden from lists and menu. Then when I fire a rest API call to get all categories of category A. It only shows me a,b,d in response.

 

Is there any way to get hidden category in this response?

 

Thanks,

Dhiraj

5 Replies

  • I checked with both, it doesn't return hidden boards in any case, I think its the way the APIs are designed to work, unless we use an additional parameter to get the hidden boards in response as well.
  • cblown's avatar
    cblown
    Boss
    11 years ago

    This should be included in restadmin() call. Are there any special parameters to trigger the return of hidden items? If not is there any reason why this data is not part of the response?