Applications

List applications

Returns a list of applications. Uses cursor pagination.

get/applications

Query parameters

cursorstring

Base64-encoded cursor for pagination. Use the cursor value from a previous response to fetch the next page. Omit for the first page.

modifiedSincestring date-time

ISO 8601 datetime string to filter applications modified on or after this date. If omitted, returns all applications from the beginning of time.

modifiedUntilstring date-time

ISO 8601 datetime string to filter applications by sync watermark on or before this date. Useful for incremental syncing with a fixed upper bound.

limitnumber
vacancyIdsstring[]
candidateEmailAddressesstring[]
[
  "candidate@example.com"
]
isInboundboolean

Filter by whether the application is inbound (true) or not (false).

includestring[]

Optional related resources to include in the response. Allowed values: lastActivity, candidate.latestWorkExperience, candidate.locations, candidate.emailAddresses, candidate.phoneNumbers, vacancy.clientContactTeam, vacancy.jobBoards.

[
  "vacancy.jobBoards"
]

Response

Successfully retrieved applications. Returns items array with pagination info containing cursor for the next page.

GetApplicationsCursorPaginatedResponseDto required— unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.