# Get list of catalog filter rules Gets all rules applying to user attributes. Endpoint: GET /v2/project/{project_id}/admin/user/attribute/rule Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 ## Query parameters: - `limit` (integer) Limit for the number of elements on the page. Example: 50 - `offset` (integer) Number of the element from which the list is generated (the count starts from 0). - `is_enabled` (integer) Filter elements by is_enabled flag. ## Response 200 fields (application/json): - `items` (array) - `items.rule_id` (number, required) Rule ID. - `items.name` (string, required) Readable name of a rule. Used to display a rule in Publisher Account. - `items.is_enabled` (boolean, required) If rule is enabled. - `items.is_satisfied_for_unauth` (boolean) Whether the item is displayed to unauthorized users. If true, the item is displayed to the unauthorized user regardless of catalog display rules. false by default. - `items.attribute_conditions` (array, required) Conditions for validating user attributes. Determine item availability in the catalog based on whether user attributes match all specified conditions. - `total_items_count` (number) Total number of rules. - `has_more` (boolean) If another page with rules exists. ## Response 401 fields (application/json): - `statusCode` (integer) Example: 401 - `errorCode` (integer) Example: 1501 - `errorMessage` (string) Example: "[0401-1501]: Authorization failed: Authorization header not sent" - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x" ## Response 403 fields (application/json): - `statusCode` (integer) Example: 403 - `errorCode` (integer) - `errorMessage` (string) Example: "Authorization header not sent." - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x"