This resource provides a set of operations that allow you to create, read, update, and delete jobs.
Jobs are roles that have a fixed responsibility (Registered Nurse, Associate, Welder). Jobs are attached to locations on the business structure that represent locations where employees actually perform those jobs.
Operations
Create Generic Job
POST /v1/commons/jobs
Delete Generic Job
DELETE /v1/commons/jobs
Delete Generic Job by ID
DELETE /v1/commons/jobs/{jobId}
Retrieve Effective Job Reference by External ID
GET /v1/commons/jobs/external_ids/{externalId}
Retrieve Effective Job References by External IDs
POST /v1/commons/jobs/external_ids/multi_read
Retrieve Effective Job by ID
GET /v1/commons/jobs/{jobId}
Retrieve Effective Job by Name
GET /v1/commons/jobs
Retrieve Generic Jobs by Job Assignment
POST /v1/commons/jobs/apply_read
Retrieve Generic Jobs by Reference
POST /v1/commons/jobs/multi_read
Retrieve Job Mappings by Persistent IDs
POST /v1/commons/jobs/persistent_ids/multi_read
Update Generic Job by ID
POST /v1/commons/jobs/{jobId}