Schedule Rule Sets

This resource allows you to retrieve Schedule rule sets, which contain the restrictions and requirements of a schedule and include employee and organizational rules.

Operations


Create Rule Set
POST /v1/scheduling/schedule_rule_sets


Delete Rule Set by ID
DELETE /v1/scheduling/schedule_rule_sets/{ruleSetId}


Retrieve All Rule Sets or by Name
GET /v1/scheduling/schedule_rule_sets


Retrieve Rule Set by ID
GET /v1/scheduling/schedule_rule_sets/{id}


Retrieve Rule Sets
POST /v1/scheduling/schedule_rule_sets/multi_read


Update Rule Set by ID
PUT /v1/scheduling/schedule_rule_sets/{ruleSetId}