Get information of an asset. The asset is any other document type than BIM models. It can be a JPEG file, a panorama image, a PDF or even a zip file users want to back up in the cloud.
Signature:
function get(assetId: number): Promise<_AssetData>;| Parameter | Description | 
|---|---|
| assetId | The asset id | 
Returns:
Promise<_AssetData>
a promise contains AssetData object