Skip to main content
GET
List Check Validation By Employees and Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

employeeIds[in]
string<uuid>[]

EmployeeIds to query

status
enum<string>

Allowed Status

Available options:
unsent,
sent,
accepted,
rejected
from
string<date>

Request a date from

to
string<date>

Request a date to

limit
integer

Limit results

page
integer

Request a specific page

Response

200 - application/json

Array of Objects

data
object[]
meta
object