If I have this kind of thingsboard entities There are Device D1,D2 and Customer C1
First time, I assigned D1 device to C1 customer
--> D1-C1
and later I unassigned C1 from D1, and I assigned D2 device to C1 customer.
--> D2-C1
then is it possible to check that customer's all telemetry C1 used? In this case I want to retrieve C1 customer's data : all telemetry from Device D1, D2 (please see attached image)
Actually I don't know how to retrieve all those data from many devices. should I use rule chain or rest api?