This resource allows a manager to create, retrieve, update, and delete Schedule Patterns.
Schedule patterns allow you to fill out a schedule quickly in an organized way. Once you have defined and saved a pattern as a Schedule template, you can assign it to any employee or group of employees.
Pattern Templates also make it possible to modify the schedule of a number of employees simultaneously by modifying the pattern assigned to them.
Operations
Create Schedule Pattern
POST /v1/scheduling/schedule_pattern_templates
Create Schedule Patterns
POST /v1/scheduling/schedule_pattern_templates/multi_create
Delete Schedule Pattern by ID
DELETE /v1/scheduling/schedule_pattern_templates/{id}
Delete Schedule Pattern by Name
DELETE /v1/scheduling/schedule_pattern_templates
Delete Schedule Patterns
POST /v1/scheduling/schedule_pattern_templates/multi_delete
Retrieve Schedule Pattern by ID
GET /v1/scheduling/schedule_pattern_templates/{id}
Retrieve Schedule Pattern by Name
GET /v1/scheduling/schedule_pattern_templates
Retrieve Schedule Patterns
POST /v1/scheduling/schedule_pattern_templates/multi_read
Update Schedule Pattern by ID
PUT /v1/scheduling/schedule_pattern_templates/{id}
Update Schedule Pattern by Name
PUT /v1/scheduling/schedule_pattern_templates
Update Schedule Patterns
PUT /v1/scheduling/schedule_pattern_templates/multi_update