# Fetch a list of Attributes Without params, it returns a list of Attributes the user has access to Endpoint: GET /attributes/computed Version: 6.10.0 Security: BasicAuth, ApiKey ## Query parameters: - `all` (boolean) Can only be used by admins or managers to fetch all entities - `userId` (integer) Standard users can use this only with their own _userId_ - `deviceId` (integer) Standard users can use this only with _deviceId_s, they have access to - `groupId` (integer) Standard users can use this only with _groupId_s, they have access to - `refresh` (boolean) ## Response 200 fields (application/json): - `id` (integer) - `description` (string) - `attribute` (string) - `expression` (string) - `type` (string) String|Number|Boolean