Thanks!
The dictionary path is the wrong syntax
for device in devices: device_path = str(device.getFullPath())
This worked
for device in devices:
device_path = str(device['FullPath'])
I’m going to study this. I see where I was close, and where I could have done better. I just couldn’t figure out the filtering by the values I needed, using the attribute in headers segment.