get
https://api.genability.com/rest/public/properties//lookups
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve lookup table values for a LOOKUP property key.
Use this endpoint for property keys whose values are stored in lookup tables, such as hourly market prices or date-ranged fuel cost adjustment rates. If you do not pass a date range, the request defaults to the last 72 hours.
Resource URI
GET /rest/public/properties/{keyName}/lookupsPath parameters
| Parameter | Type | Description |
|---|---|---|
keyName | String | Property key name for the lookup-backed property. Required. |
Query parameters
| Parameter | Type | Description |
|---|---|---|
subKeyName | String | Sub-property key name, such as a market node or zone. Optional. |
fromDateTime | Date | Start date for lookup values. Optional. |
toDateTime | Date | End date for lookup values. Optional. |
For lookup data model details and response examples, see Lookups.
Example
GET /rest/public/properties/hourlyPricingDayAheadERCOT/lookups?subKeyName=CPSA successful response returns a standard response payload with type set to PropertyLookup and results containing matching lookup values.
