Skill Assignments

This resource allows you to retrieve and update a person's skill assignments. Skills are employee attributes that work alongside certifications to allow the system to assign the most qualified person to do a job.

Operations


Delete Skill Assignments
POST /v1/commons/persons/skills/apply_delete


Retrieve All Skill Assignments
POST /v1/commons/persons/skills/multi_read


Retrieve Skill Assignments by ID
GET /v1/commons/persons/skills/{personId}


Retrieve Skill Assignments by Person Number
GET /v1/commons/persons/skills


Update Skill Assignment by ID
PUT /v1/commons/persons/skills/{personId}


Update Skill Assignments
POST /v1/commons/persons/skills/multi_upsert