Skip to main content

SearchPublicAsset

uidstring
namestring
updatedAtstring
typestring
parent object
uidstring

Unique identifier for the asset (typically UUID)

Example: 519c00c9-29b1-4e16-8ed2-61bb4a8d6249
externalIdsstring

Must contains only one external system identifier

Example: {"CODE":"001"}
deletedAtstring
externalIds object
property name*string
properties object
sourcestring
simple object
property name*string
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": {}
},
"representations": {
"outlines": [
{
"x": 0,
"y": 0
}
],
"face": "string",
"background": "string"
}
}