get
https://api.genability.com/rest/public/properties//stats
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve summary statistics for a lookup-backed property key.
Use this endpoint to inspect the date range, count, duration, and average value of lookup records for a property key with dataType=LOOKUP.
Resource URI
GET /rest/public/properties/{propertyKey}/statsPath parameters
| Parameter | Type | Description |
|---|---|---|
propertyKey | String | Property key name for the lookup-backed property. Required. |
Returned statistics
The response can include statistics such as:
| Field | Description |
|---|---|
minFromDateTime | Earliest lookup value start time. |
maxToDateTime | Latest lookup value end time. |
lookupCount | Number of lookup records. |
meanValue | Average lookup value. |
totalDuration | Total duration represented by lookup values. |
meanDuration | Average duration represented by lookup values. |
missingDuration | Duration not covered by lookup values, when applicable. |
lastUpdatedDate | Last update time for the lookup data. |
For lookup data model details and response examples, see Lookups.
Example
GET /rest/public/properties/hourlyPricingRealTimeERCOT/statsA successful response returns a standard response payload with type set to PropertyKey and results containing lookup statistics for the property key.
