JOBS OVERVIEW

The Jobs endpoint in the Applicant Tracking System API is used to manage the jobs across the hiring platform.

2582

The Jobs API makes it simple to create and manage job listings.

In the Job Filter (found in the top left corner of your Jobs list), you'll see that ATS Anywhere supports three job statuses:

  • Online – The job is active and visible to applicants.
  • Offline – The job is not visible to applicants but is still being managed internally.
  • Archived – The job is no longer active, and no further actions are being taken.

Additionally, jobs can be marked as hidden through the Advanced Options section on the Job Edit page. A hidden job remains open to applicants but is not publicly visible.

Querying Collections

Querying the collections associated with these grouping are available through a few different endpoints listed below:

The jobs/active endpoint will return all jobs that are currently active (both hidden and publicly available jobs)
The jobs/active_visible endpoint will return all jobs that are both active and not hidden
The jobs/hidden endpoint will return all jobs that are active and currently hidden
The jobs/archived endpoint will return all jobs that are Archived.