Return all Groups
GET/api/v1/groups
Return all Groups
Request
Query Parameters
include string
Include associations (delimited with comma). Available associations: businesses
filter[parent_group] string
sort string
page int32
Default value: 1
Page offset to fetch.
per_page int32
Default value: 10
Number of results to return per page.
Responses
- 200
Return all Groups
- application/vnd.api+json
- Schema
Schema
any
Loading...