viewdirectreports
API resource to retrieve the details of direct reportees based on manager's name or manager's ID and record number.
Method: GET
Path: /viewdirectreports/{employeename}
| Request Parameters | Description |
|---|---|
|
employeename |
Name of the employee. |
| Response Parameters | Response Result Type | Description |
|---|---|---|
|
empldepartment |
Success |
Employee department. |
|
emplemail |
Success |
Email address of the employee. |
|
emplid |
Success |
Emplolee ID. |
|
empljobtitle |
Success |
job title of the employee. |
|
empllocation |
Success |
Location of the employee |
|
emplnamedisplay |
Success |
Display name of the employee |
|
emplphone |
Success |
Phone number of the employee. |
|
emplrcd |
Success |
Employee record. |
|
reporteecount |
Success |
Count of the direct reportees. |
|
supervisorname |
Success |
Supervisor's name. |
Method: GET
Path: /viewdirectreports/{employeeid},{employeercd}
| Request Parameters | Description |
|---|---|
|
employeeid |
Employee ID. |
|
employeercd |
Employee Record Number. |
| Response Parameters | Response Result Type | Description |
|---|---|---|
|
empldepartment |
Success |
Employee department. |
|
emplemail |
Success |
Email address of the employee. |
|
emplid |
Success |
Emplolee ID. |
|
empljobtitle |
Success |
job title of the employee. |
|
empllocation |
Success |
Location of the employee |
|
emplnamedisplay |
Success |
Display name of the employee |
|
emplphone |
Success |
Phone number of the employee. |
|
emplrcd |
Success |
Employee record. |
|
reporteecount |
Success |
Count of the direct reportees. |
|
supervisorname |
Success |
Supervisor's name. |