mdfw
4 years agoGenius
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.