Skip to main content

SearchPublicAsset

uidstring | nullnullable
namestring | nullnullable
updatedAtstring | nullnullable
typestring | nullnullable
parent object
oneOf
uidstring | nullnullable

Unique identifier for the asset (typically UUID)

Default value:
Example: 519c00c9-29b1-4e16-8ed2-61bb4a8d6249
externalIds object | null

Must contains only one external system identifier

property name*string
groupedBy object[]
  • Array [
  • uidstring | nullnullable

    Unique identifier for the asset (typically UUID)

    Default value:
    Example: 519c00c9-29b1-4e16-8ed2-61bb4a8d6249
    externalIds object | null

    Must contains only one external system identifier

    property name*string
  • ]
  • deletedAtstring | nullnullable
    externalIds object | null
    property name*string
    properties object
    oneOf
    sourcestring | nullnullable
    simple object | null
    property name*string
    precise string | null

    Each key represents the code of a property, mapped to its corresponding list of time-based values

    property name* UpsertPublicAssetPrecisePropertiesDatum
    rawValuestringrequired
    startDate object
    oneOf
    valuedaterequired
    isMinSystemDatebooleanrequired
    endDate object
    oneOf
    valuedaterequired
    representations object
    oneOf
    outlinesarray[]nullable
    facenull
    backgroundstring | nullnullable
    effectiveDatestring | nullnullable
    expirationDatestring | nullnullable
    integrationDatestring | nullnullable
    childCountint64nullable
    SearchPublicAsset
    {
    "uid": "string",
    "name": "string",
    "updatedAt": "string",
    "type": "string",
    "parent": {
    "uid": "519c00c9-29b1-4e16-8ed2-61bb4a8d6249",
    "externalIds": {
    "CODE": "001"
    }
    },
    "groupedBy": "Unknown Type: array,null",
    "deletedAt": "string",
    "externalIds": "Unknown Type: object,null",
    "properties": {
    "source": "string",
    "simple": "Unknown Type: object,null",
    "precise": {
    "TAUX_ROTATION_ANNUEL": [
    {
    "startDate": "2020-01-02",
    "endDate": "2024-01-03",
    "rawValue": "17,00"
    }
    ]
    }
    },
    "representations": {
    "outlines": "Unknown Type: array,null",
    "face": "null",
    "background": "string"
    },
    "effectiveDate": "string",
    "expirationDate": "string",
    "integrationDate": "string",
    "childCount": 0
    }