We planned to Download 3d files from CDF - fundamentals through API , However I can able to find correct API for this. Can anyone explain which api will for work this scenario and what is the concept of asset when models addition.
Solved
Download 3d files from CDF - fundamentals through API ?
Best answer by Trygve Utstumo
You have to jump through a couple of steps to get the fileID
and then download.
Use the Fusion GUI to find the modelID
and revisionID
.
Then use https://api.cognitedata.com/api/v1/projects/{project}/3d/models/{modelId}/revisions/{revisionId} to get the fileID.
You can then get the actual file through an API call
to:https://api.cognitedata.com/api/v1/projects/{project}/3d/files/{threedFileId}
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.