This folder contains a Postman Collection that includes all the current BIM360 Assets API Beta(2021-xx-xx). The collection together with the environment help you easily test these endpoints.
- Create Forge App, get access to a BIM 360 Account
- Create BIM360 project, activate Assets module, setup project for Assets;
-
Import Postman environment & collection, please setup the following environment vialables,
- client_id: Forge App Id.
- client_secret: Forge App Secret.
- hub_name: The name of BIM 360 hub/account that you want to operate on.
- project_name: The project name that you want to operate on.
-
Please add the Authorization for the collection, click Edit Collection, go to Authorization tab, make sure to use OAuth 2.0 to get a 3 legged token, use it in the Request Headers.
- Callback URL: https://www.postman.com/oauth2/callback
- Auth URL: https://developer.api.autodesk.com/authentication/v1/authorize
- Access Token URL: https://developer.api.autodesk.com/authentication/v1/gettoken
Use the endpoints under Setup asset project id to set assets_project_id, then you can play with any Endpoint as you want.
- These endpoints are mainly used to quick test|verfify based on your good understanding to cost module and API, the individual endpoint may not work, you need to set up the environment variables before running the Postman request.
This sample is licensed under the terms of the MIT License. Please see the LICENSE file for full details.
Eason Kang @yiskang, Forge Partner Development