Skip to main content

SearchPublicAsset

uidstring
namestring
updatedAtstring
typestring
parent object
uidstring

Unique identifier for the asset (typically UUID)

Default value: ##default
Example: 519c00c9-29b1-4e16-8ed2-61bb4a8d6249
externalIdsstring

Must contains only one external system identifier

Default value: ##default
Example: {"CODE":"001"}
deletedAtstring
externalIds object
property name*string
properties object
sourcestring
simple object
property name*string
precise string

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

property name* UpsertPublicAssetPrecisePropertiesDatum
rawValuestringrequired
startDate object
valuestring<date>required
isMinSystemDatebooleanrequired
endDate object
valuestring<date>required
representations object
outlinesarray[]
facestring
backgroundstring
SearchPublicAsset
{
"uid": "string",
"name": "string",
"updatedAt": "string",
"type": "string",
"parent": {
"uid": "519c00c9-29b1-4e16-8ed2-61bb4a8d6249",
"externalIds": {
"CODE": "001"
}
},
"deletedAt": "string",
"externalIds": {},
"properties": {
"source": "string",
"simple": {},
"precise": {
"TAUX_ROTATION_ANNUEL": [
{
"startDate": "2020-01-02",
"endDate": "2024-01-03",
"rawValue": "17,00"
}
]
}
},
"representations": {
"outlines": [
{
"x": 0,
"y": 0
}
],
"face": "string",
"background": "string"
}
}