SearchAssetsResponse
assets object[]required
Array [
uidstring
namestring
updatedAtstring
typestring
parent object
uidstring
externalIds object
property name*string
deletedAtstring
externalIds object
property name*string
properties object
sourcestring
simple object
property name*string
representations object
box
outlinesarray[]
facestring
backgroundstring
]
paginate objectrequired
sizeinteger<int32>required
Number of results
cursorstring
A marker indicating the position in a dataset, used to determine where to continue fetching results in paginated data
SearchAssetsResponse
{
"assets": [
{
"uid": "string",
"name": "string",
"updatedAt": "string",
"type": "string",
"parent": {
"uid": "string",
"externalIds": {}
},
"deletedAt": "string",
"externalIds": {},
"properties": {
"source": "string",
"simple": {}
},
"representations": {
"box": {},
"outlines": [
{
"x": 0,
"y": 0
}
],
"face": "string",
"background": "string"
}
}
],
"paginate": {
"size": 0,
"cursor": "string"
}
}