GET
/
api
/
v2
/
teams
/
{team_id}
/
sites
/
{site_id}
/
groups
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{site_id}/groups \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    [],
    []
  ]
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
integer
required

The ID of the team.

site_id
integer
required

The ID of the site.

Response

200 - application/json
data
array
Example:
[[], []]

Was this page helpful?