Procedure Sets

This resource provides a set of operations that allow you to retrieve procedure sets as a filtered list or singly by ID or name. A procedure set is a sequence of instructions that completes a scheduling task, such as sorting employees, matching employees to open shifts, and assigning employees with the best match.

  • Procedure sets for the PSE can contain one step, or be complex and contain several steps.
  • Procedure sets for the Call List and Sort Employees have one step.

Typically, a procedure set contains:

  • Procedures: A procedure is a step that groups priority rule sets.
  • Rule sets: A priority rule set groups related sorting and matching rules in order. A step can contain any number or type of rule sets, in any order, or no rule sets at all.

Operations


Retrieve Procedure Set by ID
GET /v1/scheduling/procedure_sets/{id}


Retrieve Procedure Set by Name
GET /v1/scheduling/procedure_sets


Retrieve Procedure Sets
POST /v1/scheduling/procedure_sets/multi_read