Aerovy Platform logo

Get a thing's summary

GEThttps://spectra.api.aerovy.com/v2/things/{thingId}/summary

Returns aggregated summary values for a thing over a time range (no binning). Requires an API key with the read action scoped to the thing.

Loading code example
Loading code example

Authorizations

apiKeystringheaderrequired

API key passed in the header.

Path Parameters

thingIdstringrequired

The thing id.

Query Parameters

startTimestring<date-time>

Inclusive start of the window (UTC).

endTimestring<date-time>

Exclusive end of the window (UTC).

selectedFieldsarray<string>

Optional metric ids to restrict the result to.

Response

application/json

The summary data points.