You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yipi...@googlegroups.com
I notice that even when there are no more elements to be returned by a follow-on request, the API response returns a next in the meta tag. For example I queried for the list of divisions like so
and received the meta object below in response. However there were no more responses to the query using the next element below. That response also did return another next tag. I take it this is a bug and the correct way is to look for more objects in the response array. Let me know if that's not the case