# Fetch a list of Devices Without any params, returns a list of the user's devices Endpoint: GET /devices 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_ - `id` (integer) To fetch one or more devices. Multiple params can be passed like id=31&id=42 - `uniqueId` (string) To fetch one or more devices. Multiple params can be passed like uniqueId=333331&uniqieId=44442 ## Response 200 fields (application/json): - `id` (integer) - `name` (string) - `uniqueId` (string) - `status` (string) - `disabled` (boolean) - `lastUpdate` (string,null) in ISO 8601 format. eg. 1963-11-22T18:30:00Z - `positionId` (integer,null) - `groupId` (integer,null) - `phone` (string,null) - `model` (string,null) - `contact` (string,null) - `category` (string,null) - `attributes` (object) ## Response 400 fields