Create links between point cloud volume references and CogniteAsset instances.
Use this endpoint to connect point cloud volume references in a specific point cloud revision to assets in data modeling projects.
These links let users navigate between point cloud volumes and related assets.
The point cloud volumes are scoped to the referenced point cloud revision. Asset references use the space and externalId of CogniteAsset instances.
Note: This endpoint is available only in data modeling projects.
The assetInstanceId, dmsContextualizationConfig and a list of point cloud volume data.
required | Array of objects (CreatePointCloudVolumeContextualizationList) [ 1 .. 100 ] items |
required | object (DmsContextualizationConfig) |
Empty response.
The response for a failed request.
{- "items": [
- {
- "assetInstanceId": {
- "space": "string",
- "externalId": "string"
}, - "volumeReference": "string",
- "volume": {
- "type": "Box",
- "version": "1.0.0",
- "data": [
- 0
]
}
}
], - "dmsContextualizationConfig": {
- "object3DSpace": "string",
- "contextualizationSpace": "string",
- "revisionInstanceId": {
- "space": "string",
- "externalId": "string"
}
}
}{ }