groups-spec
GET https://www.arcgis.com/sharing/rest/community/groups
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
f | string | (Required) Format of the response. json | |
token | string | Cannot be an API key. | |
callback | string | If the JS client requires a response. | |
q | string | The query string to search for groups. | |
filter | string | Structured filtering through specifying the field name followed by a colon and the term you are looking for with double quotation marks. E.g. title: "fire" | |
start | string | The number of the first entry in the result set response. | |
num | string | The maximum number of results to be included in the result set response. | |
sortField | string | title | |
sortOrder | string | Ascending or descending order: asc | |
searchUserAccess | string | E.g. searchUserAccess=groupMember |