mdfw
5 years agoGenius
Get list of groups (not grouphubs)
I was trying to figure out how to get a master list of all of the groups (not grouphubs). Is that functionality in apiv2 or just v1?
Hi mdfw ,
This is possible with V2 API to fetch boards and use the function for filtering on the bases of conversation style as a group:
Select * from boards where conversation_style="group"
Following is the documentation for the same:
Please Give Kudos if you find this post useful and mark this as Accepted Solution if this is the required solution.
RegardsTarun Kumar