Skip to main content

Get all the Devices associated with an Application Profile

Client requirements

API call


trustfactorClient.getApplicationProfileAssociatedDevices(for: [<TFApplicationProfile.RawIdentifier>]) { result, correlationId in
switch result {
case .success(let applicationProfileDevicesList):
// handle success

case .failure(let error):
// handle errors
}
}