GuidesRecipesAPI ReferenceChangelog
Log In
API Reference

List applicants

Query Params
number

The total number of rows to respond with. Defaults to 50.

number

The current page. Defaults to 0.

string

Sort by any of the allowed options: result, status, insertedAt, firstName, lastName, email, externalId.

string

Filter results by any of these fields: result, status, insertedAt, firstName, lastName, email, externalId. You can filter using the following operators: =,<=,>=,!=,<,>,!@>,@>. The last option (@>) is the equivalent to the in operator (!@> is equivalent to not in) and should receive a list of values separated by a "|". You can also filter by null values passing the key word IS_NULL, ex: email=IS_NULL or email!=IS_NULL to look for the not nulls ones.

string

Filter applicants by name, email address, or property.

Responses

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