Certification Assignments

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

Operations


Delete Certification Assignments
POST /v1/commons/persons/certifications/apply_delete


Retrieve All Certification Assignments
POST /v1/commons/persons/certifications/multi_read


Retrieve Certification Assignments by ID
GET /v1/commons/persons/certifications/{personId}


Retrieve Certification Assignments by Person Number
GET /v1/commons/persons/certifications


Update Certification Assignment by ID
PUT /v1/commons/persons/certifications/{personId}


Update Certification Assignments
POST /v1/commons/persons/certifications/multi_upsert