Mosh
7 years agoProfessor
REST API - How to get all instance for a datasource
Hi,
Is there a way to get all instances for given data source, but without having to provide device IDs?
The REST API offers the following URI:
URI: /device/devices/{deviceId}/devicedatasources/{deviceDatasourceId}/instances
What I need is the equivalent of something like this:
URI: /datasource/datasources/{datasourceId}/instances
Which would return all instances for the datasource from all devices that have the datasource. The returned data should include the "managedObjectName" property so that from the instance we can refer back to a device.