get https://{hostname}/api/v1/scheduling/minor_rule_sets
This operation returns all minor rules if no parameter is specified or a particular minor rule if a name is provided.
This operation returns the following response model when the all_details
query parameter is false:
{
"active": true,
"description": "DESCRIPTION",
"id": 1,
"name": "NAME"
}