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

Path Parameters

id
integer<int32>
required

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>