This resource allows you to create, retrieve, update, and delete shift template profiles.
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
Create Shift Template Profile
POST /v1/scheduling/shift_templates_profiles
Create Shift Template Profiles
POST /v1/scheduling/shift_templates_profiles/multi_create
Delete Shift Template Profile by ID
DELETE /v1/scheduling/shift_templates_profiles/{id}
Delete Shift Template Profiles
POST /v1/scheduling/shift_templates_profiles/multi_delete
Retrieve All Shift Template Profiles or by Name
GET /v1/scheduling/shift_templates_profiles
Retrieve Shift Template Profile by ID
GET /v1/scheduling/shift_templates_profiles/{id}
Retrieve Shift Template Profiles
POST /v1/scheduling/shift_templates_profiles/multi_read
Update Shift Template Profile by ID
PUT /v1/scheduling/shift_templates_profiles/{id}
Update Shift Template Profiles
POST /v1/scheduling/shift_templates_profiles/multi_update