Reference · Try it live
API Playground.
Pick an endpoint, fill in parameters, hit Send. The full request URL, response, and copy-pasteable code snippets are right here — no authentication required.
GET
/departmentsList departments
Returns all 28 departments. Use limit/offset to paginate; defaults are sane.
Parameters
https://uacs.api.symph.co/departments?limit=200&offset=0
Response
Click Send to call this endpoint.
Code snippets
curl -s 'https://uacs.api.symph.co/departments?limit=200&offset=0' \ -H 'Accept: application/json'