Skills Setup

This resource allows you to create, retrieve, update, and delete skills. Skills are employee attributes that work alongside certifications to allow the system to assign the most qualified person to do a job.

Operations


Create Skill
POST /v1/scheduling/skills


Create Skills
POST /v1/scheduling/skills/multi_create


Delete Skill by ID
DELETE /v1/scheduling/skills/{skillId}


Delete Skills
POST /v1/scheduling/skills/multi_delete


Retrieve All Skills or by Name
GET /v1/scheduling/skills


Retrieve Skill by ID
GET /v1/scheduling/skills/{skillId}


Retrieve Skills
POST /v1/scheduling/skills/multi_read


Update Skill by ID
PUT /v1/scheduling/skills/{skillId}


Update Skills
POST /v1/scheduling/skills/multi_update