group-content-search
GET https://www.arcgis.com/sharing/rest/content/groups/{{group_id}}/search
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
f | string | (Required) Format of the response. json | |
token | string | Cannot be an API key. You must generate a token. | |
callback | string | If the JS client requires a callback. | |
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. The default value is 10, the maximum allowed value is 100. | |
q | string | The query string used to search. | |
bbox | string | Longitude, latitude. Spatial search is an overlaps/intersects function of the query bbox and the extent of the document. |