Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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 (on‑prem), 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 server‑side Web API, not a desktop add‑in.
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
- Is there an official Vault (non‑APS) API to retrieve file thumbnails that is recommended for server‑side / Web API usage?
- Is using the ThumbnailSystem property the correct approach, or is there a better alternative for Web APIs?
- Are there any limitations or best practices when exposing Vault thumbnails through a Web API (e.g., visualization dependency, Job Processor requirements)?
- Is it supported to retrieve multiple thumbnails (list of images) by passing a fileName (or partial match)?
Solved! Go to Solution.
