Gets all authorized catalog rules
GET/catalogs/rules
Retrieves all authorized catalog rules.
Filtering
This endpoint supports filtering. For general filtering syntax, see Filtering. The following operators and attributes are supported.
Operator | Description | Supported Attributes | Example |
---|---|---|---|
In | Checks if the values are included in the specified string. If they are, the condition is true. | id | filter=in(id,some-id) |
Request
Responses
- 200
- default
The list of catalog rules.
An unexpected error.