Returns a list of groups for organization

Request Information

URI Parameters

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

Body Parameters

None.

Sample Request

https://api.servicereef.com/v1/groups?type={type}&keyword={keyword}&latitude={latitude}&longitude={longitude}&radius={radius}&pageSize={pageSize}&page={page}

Response Information

Resource Description

GroupDetailsResult
Name Description Type Additional information
PageInfo

PageModel
Results

Collection of GroupDetailsModel

Try API

Try this endpoint by entering your credentials and using the API Explorer.

Try With API Explorer

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.