# Fetch a list of Maintenance Without params, it returns a list of Maintenance the user has access to Endpoint: GET /maintenance 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) - `name` (string) - `type` (string) - `start` (number) - `period` (number) - `attributes` (object)