Returns the group hierarchy starting from the root node.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of Groups visible to request context with counts of drivers and vehicles
Unique, unchangeable system generated identifier (alphanumeric) of the group.
"groupID"
Name of the group.
"group-name"
Unique, unchangeable system generated identifier (alphanumeric) for the parent of this group.
Not included for the root group in the hierarchy.
"rootGroupId"
List of the unique, unchangeable system generated identifiers (alphanumeric) for all the parent groups (starting from the root node) of this group, separated by full stops.
The list includes the identifier for this group.
"rootGroupId.groupID"
Array of unique, unchangeable system generated identifiers (alphanumeric) for the vehicles assigned to this group.
Wil be an empty array for a newly created group.
["vehicleID1", "vehicleID2"]Array of unique, unchangeable system generated identifiers (alphanumeric) for the drivers and web users assigned to this group.
Wil be an empty array for a newly created group.
["personID1", "personID2"]Count of the number of drivers in this group node.
1
Count of the number of vehicles in this group node.
0
Count of assigned secondary drivers to group
1
Count of assigned secondary vehicles to group
0