SearchAssetsResponse
assets object[]required
parent object
- SearchAssetIds
- null
Unique identifier for the asset (typically UUID)
519c00c9-29b1-4e16-8ed2-61bb4a8d6249externalIds object | null
Must contains only one external system identifier
groupedBy object[]
Unique identifier for the asset (typically UUID)
519c00c9-29b1-4e16-8ed2-61bb4a8d6249externalIds object | null
Must contains only one external system identifier
externalIds object | null
properties object
- SearchAssetResponseProperties
- null
simple object | null
Current reference value of each requested property, as a flat {code: value} map
precise object | null
Each requested property mapped to its list of value entries, each carrying its source, validity window and reference flag
property name* object[]
Raw source name of the value (e.g. REVIT, IKOS, DATALAKE), or the userUid for a manual (USER) source
Start of the value validity window; null when open (min system date)
End of the value validity window; null when open (max system date)
Whether this value is the reference (elected) value among its sources
representations object
- AssetRepresentations
- null
paginate objectrequired
Number of results
Possible values: <= 2000
50A marker indicating the position in a dataset, used to determine where to continue fetching results in paginated data
0{
"assets": [
{
"uid": "string",
"name": "string",
"updatedAt": "string",
"type": "string",
"parent": {
"uid": "519c00c9-29b1-4e16-8ed2-61bb4a8d6249",
"externalIds": {
"CODE": "001"
}
},
"groupedBy": "Unknown Type: array,null",
"deletedAt": "string",
"externalIds": "Unknown Type: object,null",
"properties": {
"simple": "Unknown Type: object,null",
"precise": "Unknown Type: object,null"
},
"representations": {
"box": {},
"outlines": "Unknown Type: array,null",
"face": {},
"background": "string"
},
"effectiveDate": "string",
"expirationDate": "string",
"integrationDate": "string",
"childCount": 0,
"containsChildCount": 0,
"groupsChildCount": 0
}
],
"paginate": {
"size": 50,
"cursor": "0"
}
}