Skip to main content

SearchAssetPreciseProperties

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: true
startDatestring | nullnullable

Lower bound of the validity window (ISO 8601 date). Defaults to now.

Example: 2020-01-01
endDatestring | nullnullable

Upper bound of the validity window (ISO 8601 date). Defaults to now.

Example: 2035-01-01
SearchAssetPreciseProperties
{
"codes": [
"TENANT_NAME"
],
"onlyReference": true,
"startDate": "2020-01-01",
"endDate": "2035-01-01"
}