Forum Discussion
Joe_Williams
10 months agoProfessor
In my code above i have
resourcePath = '/device/devices/659/devicedatasources/77499/instances/64341678/data'.
in the above Scenario I am capturing the data for one instance i.e. for 64341678. in the same code if i want to capture the data for another instance then how should we define multiple Resource path considering another instance is 64341782
You first retrieve all instance IDs, then in your code loop through each. Making a separate call for each instance. This is why mass data exportation is not feasible in the current method.
Related Content
- 2 months ago
- 2 years ago