get https://api.zeal.com/employeeChecks
GET an array of checks supplied for the POST /employeeChecks endpoint upon success of provided job_id.
Returns
Returns response status and the new Employee Check Object
attributes | type | description |
---|---|---|
success | boolean | Response status |
data | object | Employee Check Object |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |