Workday ATS API Integration

These are the list of integration use cases supported by Knit for Workday ATS API as part of the ATS category


Add attachment to an application

  • ID: add_attachment_to_application
  • Operation: write
  • Entities: attachment, document
  • Summary: This atom adds attachment to an application
  • Input Fields: Input Fields
  • Output Fields: Output Fields

adds tag to a candidate

  • ID: add_tag_to_candidate
  • Operation: write
  • Entities: tag
  • Summary: This atom adds tag to candidate
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Create a new application

  • ID: create_a_new_application
  • Operation: write
  • Entities: application, candidate
  • Summary: This atom creates a new application
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Gets interviews of job application

  • ID: get_all_interview_details_for_an_application
  • Operation: read
  • Entities: interview
  • Summary: This atom gets interview details of specific job application
  • Input Fields: Input Fields
  • Output Fields: Output Fields

List all job applications

  • ID: get_all_job_applications
  • Operation: read
  • Entities: applications, candidates
  • Summary: This atom gets all job applications
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Get departments for a job

  • ID: get_departments_for_a_job
  • Operation: read
  • Entities: department
  • Summary: This atom gets a departments for a given job
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Get job details

  • ID: get_details_of_a_specific_job
  • Operation: read
  • Entities: job
  • Summary: This atom gets a details of a job given a job_id
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Gets details of job application

  • ID: get_details_of_a_specific_job_application
  • Operation: read
  • Entities: application
  • Summary: This atom gets details of specific job application
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Get Global Tags

  • ID: get_global_tags
  • Operation: read
  • Entities: tags
  • Summary: This atom gets global tags
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Get offices associated with a job

  • ID: get_offices_associated_with_a_job
  • Operation: read
  • Entities: office, job location
  • Summary: This atom gets a offices associated with a job
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Get Stages associated with a job

  • ID: get_stages_of_a_job
  • Operation: read
  • Entities: stages, hiring pipeline
  • Summary: This atom gets stages of a job
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Gets current stage of job application

  • ID: get_the_current_stage_of_an_application
  • Operation: read
  • Entities: stage
  • Summary: This atom gets current stage of an application
  • Input Fields: Input Fields
  • Output Fields: Output Fields

List all jobs of an employee

  • ID: list_all_jobs
  • Operation: read
  • Entities: jobs
  • Summary: This atom gets a list of jobs
  • Input Fields: Input Fields
  • Output Fields: Output Fields

Reject an application

  • ID: reject_an_application
  • Operation: write
  • Entities: rejection, application
  • Summary: This atom rejects an application
  • Input Fields: Input Fields
  • Output Fields: Output Fields

updates stage for an application

  • ID: update_application_stage
  • Operation: write
  • Entities: stage
  • Summary: This atom updates stage for an application
  • Input Fields: Input Fields
  • Output Fields: Output Fields