Application API
Number of APIs: 9
-
Returns a single Application using the received application id GET {{baseUrl}}/applications/:id?historyLength=0&includeApplicationFlag=false&includeApplicationDocuments=false&includeApplicationScore=false
-
Allows the update of an application's sFlagX string values, which are often used to store additional application data and shown in the Manage Applications page. PATCH {{baseUrl}}/applications/:id
-
Change an Application's ApplicationStatus (by the Status ID). POST {{baseUrl}}/applications/:id/changeapplicationstatus
-
Change an Application's ApplicationStatus (by the Status Code). POST {{baseUrl}}/applications/:id/changeapplicationstatusbycode
-
Allows the changing of an application's order of merit (rank). POST {{baseUrl}}/applications/changeorderofmerit
-
Returns a list of applications associated with the specified Job Id GET {{baseUrl}}/applications?jobId=<integer>&pageNumber=1&pageSize=100&historyLength=0&includeApplicationFlag=false&applicationStatusId=-1&includeApplicationScore=false&order=newestActivity
-
Creates and returns a single Application using the received application json POST {{baseUrl}}/applications
-
Returns a list of applications associated with the specified applicant id GET {{baseUrl}}/applications/byapplicantid/:applicantId?pageNumber=1&pageSize=100&historyLength=0&includeApplicationFlag=false&applicationStatusId=-1&includeApplicationScore=false&order=newestActivity
-
Submits a single Application using the received application id POST {{baseUrl}}/applications/:id/submit