cURL
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 } ]
Returns a list of all Divisions.
OK
Was this page helpful?