Employee.getEmployeeDetails(String empId)
This Employee.getEmployeeDetails(String empId) method returns all the employment and basic details of an employee.
Arguments
empid : String type mandatory argument that stores the employee id of the employee.
Returns
All the fields of the employee that are available in the Basic and Employment Details Section and those that are enabled. The fields will be displayed by Labels in the JSON Format
“empId”:”<empid>”, “fName”:”Terri”, “mName”: “”, “lName”: “Osborn”, “dob”: “14/07/1998”, “department”: “Human Resources”, “designation”:”Manager HR”, “jobDescription”: “”,”customField1”:””, “customField2”,…
Object Methods
Click on each of these links to know more about them: