Returns a single department record for a specified department.
GET /system/departments/{deptId}
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": {
"DepartmentId": 0,
"DepartmentName": "string",
"ParentDepartmentId": 0,
"ManagerId": 0,
"OrgId": 0,
"DepartmentRef": "string",
"Attributes": {}
},
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}