How to get via API all File Properties and their Values for all Files from the selected Assembly File?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, we are building an extension to Vault Professional 2024 Client to allow the user to transfer data from Vault to ERP system via the REST API. Currently the C# code is written to work with Vault Files and their Properties, we could possibly change the approach to work with Vault Items if recommended.
Our target would be to get via Vault API all File Properties and their Values for all Files from the selected Assembly File and later to work with them locally (verification, Assembly creation, Child-part creation, …) in order to minimize the number of requests to the Vault server via the API.
Our today solution works when selected single Part. We are using the PropertyManager.GetPropertyValue to get each File Property Value. When we use the same function on the Assembly which has the same part as the child-part, we could not receive the Category Name, Status , ...
