ad1f8c51cf0a
List applications
Returns a list of applications. Uses cursor pagination.
Query parameters
Base64-encoded cursor for pagination. Use the cursor value from a previous response to fetch the next page. Omit for the first page.
ISO 8601 datetime string to filter applications modified on or after this date. If omitted, returns all applications from the beginning of 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.
[ "candidate@example.com" ]
Filter by whether the application is inbound (true) or not (false).
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.