Groups Collection

Will list all groups.

URL Structure is:
https://api.trackunit.com/public/Group

GetGroups

Columns

Refer to the following table for description of columns:

NameData typeUnit of measurementNullabilityNote
idStringN/AFALSEUnique identifier.
nameStringN/AFALSEName of the group.

Request (example>

{}

Response

{
           "list":[
              {
                 "id": "8818",
                 "name": "Kramer maskiner"
              },
              {
                 "id": "8819",
                 "name": "Biler, Sverige"
              },
              {
                 "id": "8820",
                 "name": "Biler, Danmark"
              }
           ]
        }