Get Employee Checks by Employee

Retrieves all Employee Checks in an array for a given Employee ID. An Employee Check object represents paystub information.

Returns

Returns response status and an array of Employee Check Object for the given employee.

attributestypedescription
successbooleanResponse status
dataarrayList of Employee Check Object for the given employee
errorsarrayContains list of error objects which consists of:
message: Error message
code: Error code as described in Error codes
Language
Authorization
Header
Click Try It! to start a request and see the response here!