GET

List Groups


Retrieves up to 100 groups.

Default sorts by the created date in descending order. For SECRET groups, only group admins and group members can see a list of groups and their content.

Endpoint
GET
https://www.wixapis.com/social-groups-proxy/groups/v2/groups

Query Params
limitinteger

Number of items to load. Maximum 100.


offsetinteger

Number of items to skip in the current sort order.


contentTypestring

Content type.

Response Object
groupsArray <Group>

Retrieved Groups.


metadataMetadata

Paging metadata.

List Groups Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?