Vault API – How to retrieve file thumbnails via Web API (non‑APS / non‑Forge)?

Vault API – How to retrieve file thumbnails via Web API (non‑APS / non‑Forge)?

JRajendran4
Participant Participant
202 Views
3 Replies
Message 1 of 4

Vault API – How to retrieve file thumbnails via Web API (non‑APS / non‑Forge)?

JRajendran4
Participant
Participant

Hi,

I am working with Autodesk Vault SDK (Connectivity + Framework APIs) and would like to expose Vault file thumbnails via a custom Web API, without using APS / Forge.

Use case

  • Environment: Autodesk Vault (onprem), Vault SDK (.NET Framework), Custom ASP.NET Web API
  • Input to API: fileName (ClientFileName)
  • Output: List of thumbnail images (PNG/JPG) for matching files
  • This is a serverside Web API, not a desktop addin.

 

What I have tried

  • Searching files using: DocumentService.FindFilesBySearchConditions, ClientFileName property
  • Retrieving thumbnails using: ThumbnailSystem property via PropertyManager
  • Exploring: DocumentService APIs related to visualization

 

I am able to retrieve thumbnails inside a desktop application, but when moving this logic into a Web API, I want to ensure I am using the correct and officially supported Vault API approach.

 

Questions

  1. Is there an official Vault (nonAPS) API to retrieve file thumbnails that is recommended for serverside / Web API usage?
  2. Is using the ThumbnailSystem property the correct approach, or is there a better alternative for Web APIs?
  3. Are there any limitations or best practices when exposing Vault thumbnails through a Web API (e.g., visualization dependency, Job Processor requirements)?
  4. Is it supported to retrieve multiple thumbnails (list of images) by passing a fileName (or partial match)?
0 Likes
Accepted solutions (1)
203 Views
3 Replies
Replies (3)
Message 2 of 4

lauri_barnhart
Autodesk
Autodesk

Hello @JRajendran4, we appreciate you posting your question.

 

I wanted to follow up to see if you're still facing this problem?

 

If your issue is now resolved, please share the details with the community.

 

If you still require support, please post an update so we can assist you further.

 

Thanks!

 


Lauri | Community Manager
0 Likes
Message 3 of 4

Markus.Koechl
Autodesk
Autodesk
Accepted solution

Hi @JRajendran4 : Thumbnails are Vault properties. The properties are mapped to Windows file thumbnails, which CAD applications create on save. So, retrieving thumbnails from Vault follows the same principles as retrieving properties; it can be done in batches. There is no dependency on the creation of the visualization (DWF(x)) file.
I hope this clarifies.



Markus Koechl

Solutions Engineer PDM, Autodesk Central Europe
0 Likes
Message 4 of 4

lauri_barnhart
Autodesk
Autodesk

Hello @JRajendran4, we appreciate you posting your question.

 

Did the post by Markus.Koechl help you and answer your question?

 

If this fixes the issue, please go ahead and accept it as the solution.

 

This ensures others can benefit from the resolution shared here.

 

If you still require support, please post an update so we can assist you further.

 

Best,

 


Lauri | Community Manager
0 Likes