v1
latestOpenAPI 3.0.12026-07-248498266.5 KBIntervals
List Normalized Intervals for a Meter
The Intervals API endpoint allow interacting programmatically with the intervals data offering of the Arcadia Platform to retrieve utility provided intervals data for electric meters. The normalized version of the interval endpoint makes integration simpler by consistently delivering interval data of 15 minute intervals irrespective of the length of timestamp in the source data collected from utility.
get/plug/normalizedIntervals/meters/{meterId}
Path parameters
meterIdstring required
Query parameters
startAtstring date-time
API response returns up to 1 year of interval data from the startAt datetime requested
endAtstring date-time
API response returns up to 1 year of interval data up to the endAt datetime requested
Headers
Arcadia-Versionstring required
The Arcadia-Version for the request
Response
OK
Example response
{
"intervalDurationMinutes": 15,
"sourceIntervalDurationMinutes": [
60
]
}