API:people/ids
From wiki.groundcrew.us
You're reading the API pages for Groundcrew
Returns an array of alphanumeric IDs for every confirmed agent in your squad, or a subset specified by a query.
Contents |
[edit] URL
http://wwww.groundcrew.us/api/squad/{squad_id}/people/ids.json
[edit] HTTP Method(s)
GET
[edit] Parameters
| Required | Name | Type | Description |
|---|---|---|---|
| required | api_key | string | The authentication key associated with an organization. |
| optional | query | string | A query to limit the IDs returned. Currently ignored. |
[edit] Response
Example JSON response:
{
"results": ["pedbe82b8576a", "pe6cf2d71f2c7"]
}
[edit] Example
curl http://wwww.groundcrew.us/api/squad/{squad_id}/people/ids.json?api_key={key}

