Skip to main content
Question

Is API GET /Groups missed from the documentation ?

  • May 21, 2025
  • 3 replies
  • 11 views

Forum|alt.badge.img

Hi,

 

I am working on Box API 2.0  and integrating Group object Documentation Group-Object

The documentation has not mentioned anything about GET /Groups for retrieving all the groups from box.com. But I tried to access this through POSTMAN it worked fine with expected JSON response. 

 

So would like to know whether API GET /Groups missed from the documentation?

Should I consider GET /Groups this in my integration or not ?

 

Thanks.

3 replies

Forum|alt.badge.img

GET Groups is a supported endpoint. Here is the documentation for it. 

 

Please let me know if this link works for you?


Forum|alt.badge.img

Thanks for the reply. The link you shared worked for me.

I tried to give limit and offset and it worked but is there any filter criteria for retriving groups? 

 

Can I use limit, offset as query parameter since they not mentioned in the link provided by you?

 


Forum|alt.badge.img

Hi,

Yes the limit and offset still works for getting groups. Here's the URL that I tested:

https://api.box.com/2.0/groups?limit=10&offset=10

 

thanks,

Bibek