employee_Qualification.getAllQualifications(String empId)
This employee_Qualification.getAllQualifications(String empId) method allows you to get all the qualifications of an employee from the system.
Arguments
emp id : The string type mandatory argument.
Returns
Returns a json string with all the qualification ids where qualification Id is the primary key and will have to be used in subsequent delete, update calls.
Errors
- Unauthorized Access: If access is not allowed to the employee whose apiKey is passedIn
- InvalidEmp: If employee id is invalid or view access is not allowed to employee / qualification id record for the current user
Methods
Click on each of these links to know more about them: