kemApiV3KohleradminDevicesMigrationMigratedDevicesListingGet method

Future<Response<DeviceListingDTO>> kemApiV3KohleradminDevicesMigrationMigratedDevicesListingGet({
  1. String? filterText,
  2. int? limit,
  3. int? offset,
})

Returns a list of all devices which have been migrated to the new host @param filterText @param limit @param offset

Implementation

Future<chopper.Response<DeviceListingDTO>>
    kemApiV3KohleradminDevicesMigrationMigratedDevicesListingGet({
  String? filterText,
  int? limit,
  int? offset,
}) {
  generatedMapping.putIfAbsent(
      DeviceListingDTO, () => DeviceListingDTO.fromJsonFactory);

  return _kemApiV3KohleradminDevicesMigrationMigratedDevicesListingGet(
      filterText: filterText, limit: limit, offset: offset);
}