Referral Groups
List groups
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Fields to expand related entities. For example, ["organization"].
Maximum number of items to retrieve. Default is 25.
Example:
10
Number of items to skip before starting to collect the result set.
Example:
0
Field to order the results by, followed by ":asc" or ":desc". For example, "createdAt:desc".
Example:
"createdAt:desc"
Search term to filter the results. Supports multiple terms with "~" for partial matches.
Example:
Response
200 - application/json
Groups successfully retrieved.
The response is of type object
.