Returns a list of groups for organization
| Name | Description | Type | Additional information |
|---|---|---|---|
| type |
Type of group ( Open, Closed, Private ) |
string | |
| keyword |
Search by title or description of group |
string | |
| latitude |
Latitude to use for radius search |
decimal number | |
| longitude |
Longitude to use for radius search |
decimal number | |
| radius |
Radius in miles from Latitude/Longitude |
decimal number | |
| pageSize |
Number of results to return (defaults to 25, max of 200) |
integer |
Default value is 25 |
| page |
Page number (starting page is 1) |
integer |
Default value is 1 |
None.
https://api.servicereef.com/v1/groups?type={type}&keyword={keyword}&latitude={latitude}&longitude={longitude}&radius={radius}&pageSize={pageSize}&page={page}
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageInfo | PageModel | ||
| Results | Collection of GroupDetailsModel |
Try this endpoint by entering your credentials and using the API Explorer.
Try With API ExplorerSample not available.
Sample not available.