opengeospatial / sensorthings

The official web site of the OGC SensorThings API standard specification.
135 stars 29 forks source link

Obtaining raw value when using query options instead of IDs #87

Open ghost opened 5 years ago

ghost commented 5 years ago

The SensorThings API offers a path segment $value at the end of the URL in order to retrieve the raw value of a property. An example of this can be found here:

23

However, I would like to have a path segment or query option that allows me to obtain raw values from queries of multiple rows. For example, if someone wants to get the latest observation value for a datastream, the object returned is not the raw value, but a JSON Object containing more properties.

To clarify, here is also an example of such an object.

23

Is there any way to achieve this?

Thanks!