This resource allows you retrieve and manipulate shift template profile assignments by person number, person ID, and using bulk operations.
Shift templates define a standard shift with common characteristics for one or many employees. You can then assign the shift to an employee or to many employees without needing to specify any characteristics.
A Service Limit applies to some of the bulk operations against this resource. Refer to the Limits topic for more information.
Operations
Delete Shift Template Profile Assignment by Person ID
DELETE /v1/commons/persons/shift_template_profiles/{personId}
Delete Shift Template Profile Assignments
POST /v1/commons/persons/shift_template_profiles/multi_delete
Retrieve Shift Template Profile Assignments
POST /v1/commons/persons/shift_template_profiles/multi_read
Retrieve Shift Template Profile Assignments by Person ID
GET /v1/commons/persons/shift_template_profiles/{personId}
Retrieve Shift Template Profile Assignments by Person Number
GET /v1/commons/persons/shift_template_profiles
Update Shift Template Profile Assignment by Person ID
PUT /v1/commons/persons/shift_template_profiles/{personId}
Update Shift Template Profile Assignments
POST /v1/commons/persons/shift_template_profiles/multi_update