post https://{hostname}/api/v1/scheduling/procedure_sets/multi_read
This operation returns a list of procedure sets filtered by object reference or procedure type.
When constructing the JSON body of your request, keep the following points in mind:
- Use the
where.procedureSets
array to filter the list of returned procedure sets by directly referencing the procedure set objects using IDs or names.- The qualifier property is used to pass names.
- Use the
where.procedureType
array to filter the list of returned procedure sets by procedure type using an ID or name.- The qualifier property is used to pass the name of the procedure type.