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.

attributes

type

description

success

boolean

Response status

data

array

List of Employee Check Object for the given employee

errors

array

Contains list of error objects which consists of:
message: Error message
code: Error code as described in Error codes

Language
Credentials
Header
Click Try It! to start a request and see the response here!