Submissions
Header Parameters
Query Parameters
Filters submissions by job ID. These IDs can be retrieved from the getJobPostingsList endpoint.
Filters submissions by applicant ID. These IDs can be retrieved from the getApplicantsList endpoint.
Start date for date range filtering. Must be used with filter parameter
End date for date range filtering. Must be used with filter parameter
Filters submissions based on the date they were last modified. Only submissions that were modified before the specified date and time will be returnedExample: modifiedBefore=2025-06-10 00:00:00
When both modifiedAfter and modifiedBefore are used, the API will return submissions that were modified within the specified date range.
Example: modifiedBefore=2025-06-10 00:00:00&modifiedAfter=2025-05-08 00:00:00
Filters submissions based on the date they were last modified. Only submissions that were modified after the specified date and time will be returnedExample: modifiedAfter=2025-06-10 00:00:00
When both modifiedAfter and modifiedBefore are used, the API will return submissions that were modified within the specified date range.
Example: modifiedBefore=2025-06-10 00:00:00&modifiedAfter=2025-05-08 00:00:00
Number of submissions to return per page. Must be between 5 and 50
Determines the sorting direction, where desc applies descending order and asc applies ascending order; defaults to descending if not specified (e.g., sortBy=id&sortOrder=asc).
Specifies the field used to sort results; accepts only supported fields per endpoint and defaults to a predefined field if not provided (e.g., sortBy=id&sortOrder=asc). Supports sorting by id, modified, applied_at; defaults to descending order on id.
Filters submissions by business unit IDs. These IDs can be retrieved from the getBusinessUnitsList endpoint.
Filters submissions by user ID. These IDs can be retrieved from the getUsersList endpoint.
Specifies whether to filter by creation date (applied_at) or modification date when using fromDate/toDate
Filters submissions by submission ID. These IDs can be retrieved from the getSubmissionsList endpoint.
Filters submissions by user ID. These IDs can be retrieved from the getUsersList endpoint.
Filters submissions submitted within the last N days. Common values: 1 (today), 2 (yesterday), 3 (last 3 days), 7 (last week), 14 (last 2 weeks), 30 (last month)