Skip to main content
GET
Get Employee Checks by Employee
This is the same underlying route as Get Employee Checks by Employee, which lists checks for an employee instead of looking up a single check - the API doesn’t distinguish these with separate routes, so each page documents the query parameters for its own intended usage. This page’s usage: pass companyID and employeeCheckID to look up a single check.

Authorizations

Authorization
string
header
required

Query Parameters

companyID
string
required

Company ID of the employer

employeeID
string
default:""

ID of Employee

status
string
default:""

Status to filter by. Can be pending, pre-processed, or processed

reportingPeriodID
string
default:""

ID of reporting period to filter by

employeeCheckID
string

ID of the Employee Check to retrieve

Response

200