Forum Discussion

mdfw's avatar
mdfw
Genius
4 years ago

parent_category of boards in group hubs empty

Should a board that is part of a group hub contain a parent_category? I've been learning the v2 api and I've noticed that if I use this query 

SELECT href, id, conversation_style, title, parent_category, root_category, view_href FROM boards WHERE id IN ({}) ORDER by creation_date DESC LIMIT 500

many (maybe all, haven't tested them all - there's hundreds) will not return a parent_category. I'm not sure if we have a data problem or if my expectations are wrong.  I do get something back in root_category so I'm not sure what's going on.

Thanks.

  • Does anyone have any updates on this request?I am facing the same problem and don't see value for parent_category under a board.Any help is appreciated to identify parent_category of a board.