SearchPublicAsset
uidstring | nullnullable
namestring | nullnullable
updatedAtstring | nullnullable
typestring | nullnullable
parent object
oneOf
- SearchAssetIds
- null
uidstring | nullnullable
Unique identifier for the asset (typically UUID)
Example:
519c00c9-29b1-4e16-8ed2-61bb4a8d6249externalIds object | null
Must contains only one external system identifier
property name*string
deletedAtstring | nullnullable
externalIds object | null
property name*string
properties object
oneOf
- AssetProperties
- null
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
- EffectiveDate
- null
valuedaterequired
isMinSystemDatebooleanrequired
endDate object
oneOf
- ExpirationDate
- null
valuedaterequired
representations object
oneOf
- AssetRepresentations
- null
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"
}