SearchAssetProperties
simplestring[]required
Property codes whose current reference value is returned as a flat {code: value} map.
Example:
["ADDRESS"]precise object
Property codes returned with their source and reference metadata, as a list of timeline entries per code.
- SearchAssetPreciseProperties
- null
codesstring[]required
Explicit property codes to return. The wildcard '*' is NOT supported for precise.
Example:
["TENANT_NAME"]onlyReferenceboolean
If true (default) only the reference value is returned; if false all sources are returned.
Default value:
truestartDatestring | nullnullable
Lower bound of the validity window (ISO 8601 date). Defaults to now.
Example:
2020-01-01endDatestring | nullnullable
Upper bound of the validity window (ISO 8601 date). Defaults to now.
Example:
2035-01-01SearchAssetProperties
{
"simple": [
"ADDRESS"
],
"precise": {
"codes": [
"TENANT_NAME"
],
"onlyReference": true,
"startDate": "2020-01-01",
"endDate": "2035-01-01"
}
}