v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

Fetch a specific group using its ID

get/v1/groups/{id}

Path parameters

idinteger required

Specify the ID of the group that you want to fetch.

Headers

X-Time-Zonestring

Specify the timezone for formatting the timestamps.

X-Metric-Unitsboolean

Specify if you want to use the Metric units or the Imperial units. TRUE: Metric units. FALSE: Imperial Units

X-User-Idinteger

Specify the ID of the Fleet Admin or the Fleet Manager who is accessing this endpoint.

Response

200

Example response

{
  "group": {
    "id": 7,
    "name": "Grocery & Shoes",
    "company_id": 75,
    "user": {
      "id": 295456,
      "first_name": "Amory",
      "last_name": "Davis",
      "email": "d77d64aa04d1@keeptruckin.com",
      "status": "active",
      "role": "admin"
    }
  }
}