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)

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
boxnull
outlinesarray[]nullable
facestring | nullnullable
backgroundstring | nullnullable
effectiveDatestring | nullnullable
expirationDatestring | nullnullable
integrationDatestring | nullnullable
SearchPublicAsset
{
"uid": "string",
"name": "string",
"updatedAt": "string",
"type": "string",
"parent": {
"uid": "519c00c9-29b1-4e16-8ed2-61bb4a8d6249",
"externalIds": {
"CODE": "001"
}
},
"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": {
"box": "null",
"outlines": "Unknown Type: array,null",
"face": "string",
"background": "string"
},
"effectiveDate": "string",
"expirationDate": "string",
"integrationDate": "string"
}