Skip to main content
GET
/
api
/
Divisions
/
all
List Divisions.
curl --request GET \
  --url https://api.example.com/api/Divisions/all
[
  {
    "id": 123,
    "name": "<string>",
    "shortName": "<string>",
    "publicName": "<string>",
    "active": true,
    "country": "<string>",
    "countryName": "<string>",
    "timeZone": "<string>",
    "gmtOffset": 123,
    "timesheetSystem": 123
  }
]

Response

200 - application/json

OK

id
integer<int32>
name
string | null
shortName
string | null
publicName
string | null
active
boolean
country
string | null
countryName
string | null
timeZone
string | null
gmtOffset
integer<int32>
timesheetSystem
integer<int32>