Skip to main content

SearchAssetResponseProperties

simple object | null

Current reference value of each requested property, as a flat {code: value} map

property name*string
precise object | null

Each requested property mapped to its list of value entries, each carrying its source, validity window and reference flag

property name* object[]
  • Array [
  • rawValuestringrequired
    sourcestring | nullnullable

    Raw source name of the value (e.g. REVIT, IKOS, DATALAKE), or the userUid for a manual (USER) source

    startDatestring | nullnullable

    Start of the value validity window; null when open (min system date)

    endDatestring | nullnullable

    End of the value validity window; null when open (max system date)

    isReferencebooleanrequired

    Whether this value is the reference (elected) value among its sources

  • ]
  • SearchAssetResponseProperties
    {
    "simple": "Unknown Type: object,null",
    "precise": "Unknown Type: object,null"
    }