Get File Info from Vault

Number of APIs: 3

The following document shows how to search Autodesk Vault for files based on search conditions via SOAP API calls.

Call Stack

ServiceCallResponse
AuthServiceSignInReadOnlyReturns UserId and Token to be used for subsequent API calls, otherwise returns exception.
DocumentServiceFindFilesBySearchConditionsReturns NULL if no files found, or an array of File objects, otherwise returns exception.
AuthServiceSignOutReturns a NULL response.

WSDL Access

To access the WSDL files directly, copy the POST url of the desired call and past it into your web browser.
You will be presented with a page that allows you to view the WSDL file directly.
Remember to replace http://Server with the actual Vault server address.
You must also have access to the same domain as the Vault server either directly, by a domain trust, or VPN.


  1. FindFilesBySearchConditions POST {{Host}}/AutodeskDM/Services/v26/DocumentService.svc

  2. SignOut POST {{Host}}/AutodeskDM/Services/Filestore/v26/AuthService.svc

  3. GetPropertiesByEntityIds POST {{Host}}/AutodeskDM/Services/v26/PropertyService.svc