# Fetch a list of Notifications Without params, it returns a list of Notifications the user has access to Endpoint: GET /notifications 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) - `type` (string) - `description` (string,null) - `always` (boolean) - `commandId` (integer) - `notificators` (string) - `calendarId` (integer) - `attributes` (object)