This repository provides Postman Collections for example workflows available with the API documentation on the Autodesk Platform Services (APS) Portal. These collections offer a user-friendly alternative to the cURL commands used in the tutorials, simplifying the workflow and enabling easy experimentation.
Currently, this repository contains Postman Collections for the following example workflows:
Example Workflow | Postman Collection | Tutorial on APS Portal |
---|---|---|
Execute a MaxScript | DA43dsMax | https://aps.autodesk.com/en/docs/design-automation/v3/tutorials/3dsmax/ |
Execute an AutoCAD Plug-in | DA4ACAD | http://https://aps.autodesk.autodesk.com/en/docs/design-automation/v3/tutorials/autocad/ |
Execute an Inventor Add-in | DA4Inventor | https://aps.autodesk.com/en/docs/design-automation/v3/tutorials/inventor/ |
Execute a Revit Add-in | DA4Revit | https://aps.autodesk.com/en/docs/design-automation/v3/tutorials/revit/ |
Postman is a widely used tool that provides a Visual UI for sending HTTP requests to services providing REST APIs, like those offered by Autodesk Platform Services (APS). The Postman collections provided in this repository contain pre-populated requests specifically designed for tutorials provided on the APS portal. Scripts within each collection parse the responses you receive and save relevant data to Postman Variables. This allows response data to be automatically fed into subsequent requests, minimizing effort when following tutorial workflows. You can also modify the requests and experiment with APS APIs directly within Postman's interface, all without writing a single line of code.
-
You can learn how to install and use Postman from here.
-
You can download the Postman installer from here.
Click a link in the list of tutorials to navigate to the corresponding folder in this repository. The readme.md file in the folder provides instructions that tell you how to run the Postman Collection.