get
https://api.genability.com/rest/public/properties/
Return a Property with the corresponding {keyName}.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Retrieve one property key by keyName.
Use this endpoint when you already know the property key and need its metadata, such as data type, display name, formula details, entity ownership, or possible choices. To find property keys by data type, family, keyspace, or entity, use Get Properties.
Resource URI
GET /rest/public/properties/{keyName}Path parameters
| Parameter | Type | Description |
|---|---|---|
keyName | String | Unique name for the property key. Required. |
For the full PropertyKey data model and examples, see Properties.
Example
GET /rest/public/properties/billingPeriodYearFactorA successful response returns a standard response payload with type set to PropertyKey and one property key in the results array.
