What operators are supported for filtering the GET orders endpoint on the Background Check API
The GET Orders endpoint supports the following filter operators to help partners retrieve orders that meet specific criteria. This endpoint allows partners to access all orders placed for a given client, while the filters below enable more targeted retrieval based on their specific use case or integration needs.
For more information on Paylocity API filtering please review the guide located here
| Field | Supported Operator |
|---|---|
| companyid | eq, ne, in |
| candidatescreeningorderid | eq, ne, in |
| createdat | gt, ge, eq, ne, lt, le |
| candidate/lastname | eq, ne, in |
| candidate/firstname | eq, ne, in |
| candidate/middlename | eq, ne, in |
| status | eq, ne, in |
| billingcode | eq, ne, in, sw |
| recruiter/recruiterid | eq, ne, in |