cURL
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 }
Returns a single Division based on the id passed.
OK
Was this page helpful?