leheinlein
11 years agoContributor
REST APIs not returning all containers
I'm having issues with not getting correct responses back from the REST API myurl.com/restapi/vc/blogs returns
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <response status="success"> <blogs/> </response>
despite the fact that there is a system blog.
Similarly, a call to myurl.com/restapi/vc/categories/id/Prepaid/boards returns two boards - but that category has three boards, not two. And it's not an issue of not being able to access the missing board, since if I query for it directly using its ID, I get its details returned successfully
Is this a known issue?
Do you have "hide from lists and menus" checked on the board that does not show up? (click on "edit properties" to check this) That will cause it not to display in the list of boards.