Code Samples
There are 3 code samples available for the Vault Data API. You can find them in the following repository: https://github.com/autodesk-platform-services/vault-data-api-samples You can also find information on “How to obtain an Autodesk ID 3-legged token” in the readme file of the repository.
Vault Data API Web Sample App
It is a Single Page Application (SPA), which renders on the client side (browser). Application routing is handled on the client side, rendering different UIs based on routing.
Node.js
, JavaScript_ES6
, Vault_Data_API_V2
PowerBI Vault Data API connector
This application demonstrates how to use a custom PowerBI connector to retrieve data with the Vault Data API. This application illustrates:
- Logging in with AutodeskID
- Selecting “GetUsers” or “GetFiles” API to query the data
- Formatting the data to generate a PowerBI query
Power Query SDK
, Power Query M
, Vault_Data_API_V2
Vault Data API Desktop Sample App
This sample demonstrates how to use the Vault Data API with a C# desktop application. This application illustrates:
- Logging in with the user’s Autodesk ID.
- Connecting to the Vault Gateway address and selecting a Vault.
- Retrieving File or User information via the Vault Data API.
- Analyzing data and generating a chart.
.NET_Framework
, C#
, WPF
, Vault_Data_API_V2