Get a site's metric summary
GET
Returns the aggregated summary for specific metrics across a site (max 20 metrics). Requires an API key with the read action scoped to the site.
Loading code example
Loading code example
Authorizations
apiKeystringheaderrequired
API key passed in the header.
Path Parameters
placeIdstringrequired
The site id.
Query Parameters
metricIdsarray<string>
The metric ids (1–20).
startTimestring<date-time>
Inclusive start (UTC).
endTimestring<date-time>
Exclusive end (UTC).
Response
application/json
The summary data points.