Application API

Number of APIs: 9

  1. Returns a single Application using the received application id GET {{baseUrl}}/applications/:id?historyLength=0&includeApplicationFlag=false&includeApplicationDocuments=false&includeApplicationScore=false

  2. 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

  3. Change an Application's ApplicationStatus (by the Status ID). POST {{baseUrl}}/applications/:id/changeapplicationstatus

  4. Change an Application's ApplicationStatus (by the Status Code). POST {{baseUrl}}/applications/:id/changeapplicationstatusbycode

  5. Allows the changing of an application's order of merit (rank). POST {{baseUrl}}/applications/changeorderofmerit

  6. 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

  7. Creates and returns a single Application using the received application json POST {{baseUrl}}/applications

  8. 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

  9. Submits a single Application using the received application id POST {{baseUrl}}/applications/:id/submit