Lists 3D assets mappings that match the specified filter parameter.
Only one type of filter can be specified for each request, either assetIds
, nodeIds
or treeIndexes
.
In Hybrid CDF projects: The nodeId and assetId mappings are returned by default.
To instead see only any assetInstanceId
mappings (for CoreDM based contextualization),
set the getDmsInstances
property to true
, in the request body.
In DataModelingOnly CDF projects: This endpoint is not available. Use DMS queries to list CogniteCADNodes.
The filter for asset mappings to get.
A list of matching asset mappings.
The response for a failed request.
{- "getDmsInstances": false,
- "filter": {
- "assetIds": [
- 0
]
}, - "limit": 100,
- "cursor": "4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo"
}
{- "items": [
- {
- "nodeId": 1003,
- "assetId": 3001,
- "assetInstanceId": {
- "space": "string",
- "externalId": "string"
}, - "treeIndex": 3,
- "subtreeSize": 4
}
], - "nextCursor": "string"
}