get https://{hostname}/api/v1/scheduling/minor_rule_sets/
This operation returns a minor rule by ID.
This operation returns the following response model when the all_details
query parameter is false:
{
"active": true,
"description": "DESCRIPTION",
"id": 1,
"name": "NAME"
}