Retrieves the list of checks

Retrieves the list of checks that have been issued and their details.
The checks can be retrieved based on a date range, account guid, person guid, check number, or status.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

Check Search DTO

int32

Limit number of checks to retrieve (Will be defaulted to 100 if none specified)

int32

Index used for pagination of the result.

uuid | null

Unique Program identifier on Qolo Platform. Retrieve all the checks issued for this program.

uuid | null

Unique Person identifier on Qolo Platform. Retrieve all the checks issued for this person.

uuid | null

Unique Account identifier on Qolo Platform. Retrieve all the checks issued under this account.

date-time | null

Date to search from in the format yyyy-MM-dd HH:mm:ss. Please use the format yyyy-MM-dd 00:00:00 to fetch data from start of the day.

date-time | null

Date to search till in the format yyyy-MM-dd HH:mm:ss. Please use the format yyyy-MM-dd 23:59:59 to fetch data to end of the day.

string
enum

Different statuses of a check
Description attribute reflects the actual value in database

string | null

Retrieve details of a specific check.

checks
array of objects | null

list of checks.

checks
Responses

500

Server Error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json