# クライアントサイドで検索するためのすべてのカタログルールを取得します クライアントサイドで検索するためのすべてのカタログルールのリストを取得します。 注意ルールID、名前、is_enabledのみを返します。 Endpoint: GET /v2/project/{project_id}/admin/user/attribute/rule/all Version: 2.0.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) プロジェクトID。このパラメータは、パブリッシャーアカウントのプロジェクト名の横にあります。 Example: 44056 ## Response 200 fields (application/json): - `items` (array) - `items.is_enabled` (boolean, required) ルールが有効な場合。 - `items.is_satisfied_for_unauth` (boolean) アイテムを無許可のユーザーに表示するかどうか。「true」の場合、カタログ表示ルールに関係なく、アイテムは権限のないユーザーに表示されます。デフォルトでは「false」です。 - `items.name` (string, required) ルールの読みやすい名前。パブリッシャーアカウントでルールを表示するために使用します。 - `items.rule_id` (number, required) ルールID。 ## Response 401 fields (application/json): - `errorCode` (integer) Example: 1501 - `errorMessage` (string) Example: "[0401-1501]: Authorization failed: Authorization header not sent" - `statusCode` (integer) Example: 401 - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x" ## Response 403 fields (application/json): - `errorCode` (integer) - `errorMessage` (string) Example: "Authorization header not sent." - `statusCode` (integer) Example: 403 - `transactionId` (string) Example: "x-x-x-x-transactionId-mock-x-x-x"