get
https://api.genability.com/rest/public/properties//stats
Return summary statistics for a LOOKUP Property Key.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use this endpoint to return summary statistics for a LOOKUP Property Key.
When to use this endpoint
Use GET /rest/public/properties/{propertyKey}/stats when you need to:
- Inspect the date range covered by a lookup table.
- Review the number of recorded lookup entries.
- Check summary values such as mean value, duration, and last updated date.
- Understand whether a lookup Property Key has been closed or retired.
Path parameter
| Parameter | Type | Description |
|---|---|---|
propertyKey | String | Property Key name whose lookup statistics you want to retrieve. |
Response fields
| Field | Type | Description |
|---|---|---|
keyName | String | Unique name for the Property Key. |
maxFromDateTime | DateTime | Final instance in the lookup's recorded history. |
maxToDateTime | DateTime | Latest instance in the lookup's recorded history. |
meanValue | Decimal | Mean cost value of all recorded lookup entries. |
meanDuration | Integer | Computed average duration, in minutes, that a lookup entry remains effective. Calculated as totalDuration ÷ lookupCount across the full lookup dataset for the Property Key. |
missingDuration | Integer | Total duration, in minutes, for which lookup data is missing. |
lastUpdatedDate | DateTime | Last captured update for the lookup. |
expectedNextUpdateDate | DateTime | Next expected update if available, otherwise null. |
minFromDateTime | DateTime | First instance in the lookup's recorded history. |
lookupCount | Integer | Number of recorded entries in the lookup's history. |
totalDuration | Integer | Total duration of time, in minutes, covered by the lookup entries. |
closed | DateTime | Date when the Property Key was closed or retired, otherwise null. |
meanDurationis computed astotalDuration÷lookupCountacross the full lookup dataset for the Property Key. It is not filtered byfromDateortoDate. For hourly properties, values such as59or60can both be valid when historical timestamps include minor variations from exact hourly boundaries.
