I have devices in Cumulocity with "Mobile" fragment in them. I would like to retrieve information about a device by specifying a iccid, which is part of the "Mobile" fragment. For now I perform search in inventory based on filter: InventoryFilter inventoryFilter = new InventoryFilter().byFragmentType(Mobile.class);
and then check whether the iccid in the found devices match the required. But I would like somehow to specify iccid in the search.
Is this possible and if yes - how to do this?