Retrieve All Minor Rules or by Name

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"
}

Language
Authorization
Bearer
JWT
URL