Get Department Staff
Scope: | get_ref_staffs |
App Type: | Agency |
Authorization Type: | Access token |
Url: | v3/system/agency/departments/{id}/staffs?lang={lang}&offset={offset}&limit={limit} |
HTTP Method: | GET |
Response Information
application/json
{ "staffs": [ { "id": "sample string 1", "display": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4" } ], "page": { "totalRows": 1, "hasMore": true } }