Forum Discussion

Natkinson's avatar
Natkinson
Genius
2 years ago

Get Announcement Text from Group Hub

Is there no way to get the announcement info for a group hub via the API? We have queries to get announcement info for communities, categories, and boards, but no group hubs? Is that right or am I just completely missing something here? Is this an oversight on Khoros' part?

  • Never mind, I'm just dopey today. I dug a little further and found a very obscure reference to groups being treated like boards somewhere, so it turns out if you need announcement text for a grouphub you need to use a query like SELECT announcements FROM boards WHERE id = 'your_group_hub_id'

  • Never mind, I'm just dopey today. I dug a little further and found a very obscure reference to groups being treated like boards somewhere, so it turns out if you need announcement text for a grouphub you need to use a query like SELECT announcements FROM boards WHERE id = 'your_group_hub_id'