Hi all.
I am looking for some documentation on the vault API but I just cannot find any.
Any links would be much appreciated.
Also, it is possible to use the vault API from an ilogic-rule, E.g. get files from a specific folder in the vault?
Thanks in advance!
-Casper
Solved! Go to Solution.
Solved by Cadkunde.nl. Go to Solution.
Install the SDK located in C:\Program Files\Autodesk\Vault Professional 20xx\SDK\ The docs are under C:\Program Files (x86)\Autodesk\Autodesk Vault 20xx SDK\ I've only used the libraries in an add-in, but I don't see why they won't work in iLogic.
Your best resource is the SDK:
C:\Program Files\Autodesk\Vault Professional 20XX\SDK
There are some ready made examples you can check and help files explaing the API
You got the forum, though I posted few times there I never got a solution🤐
https://forums.autodesk.com/t5/vault-customization/bd-p/301
You can use ilogic, and you need to add the dlls like this:
AddReference "Autodesk.DataManagement.Client.Framework.Vault.dll" AddReference "Autodesk.DataManagement.Client.Framework.dll" AddReference "Connectivity.Application.VaultBase.dll" AddReference "Autodesk.Connectivity.WebServices.dll" Imports Autodesk.DataManagement.Client.Framework.Vault Imports Autodesk.Connectivity.WebServices Imports VDF = Autodesk.DataManagement.Client.Framework Imports AWS = Autodesk.Connectivity.WebServices Imports VB = Connectivity.Application.VaultBase Imports Autodesk.DataManagement.Client.Framework.Vault.Currency.Properties
I don't know how much I can say about this, but there might be something upcoming for 2024, which you can wait for (new release is always in april) or check beta forum:
Can't find what you're looking for? Ask the community or share your knowledge.