- Subcategories:
- Attachments
- Candidate Responses to Questions
- Preferred Job Locations
- Regulatory Responses
Job Applications REST Endpoints
Job Applications
The recruitingUIJobApplications resource provides the ability to perform actions on job applications.
- Confirm a job application
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingJobSiteJobApplications/action/confirm - Create a job application
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingJobSiteJobApplications - Create a prospect
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingJobSiteJobApplications/action/createProspect - Create a proxy job application
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/action/createProxyJobApplications - Create an action on the list of job applications
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications - Delete a job application
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId} - Get a job application
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingJobSiteJobApplications/{recruitingJobSiteJobApplicationsUniqID} - Get all job application details
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications - Get all job applications
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingJobSiteJobApplications - Get job application details
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId} - Search for job applications.
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/action/findByAdvancedSearchQuery - Update a job application
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingUIJobApplications/{SubmissionId}