- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
We curently have two environments: a BIM360, US based, and a Autodesk Construction Cloud (ACC), EU based. Automating the creation of a BIM360 project was easy with the BIM360 POST projects API. By changing the hub and url (to accomodate the new environment) for the EMEA based environment (https://developer.api.autodesk.com/hq/v1/regions/eu/accounts/:account_id/projects), the creation of a project still works. However, the project is of the type BIM360 instead of the new ACC Docs (the one with the arrow, which was created automatically):
The BIM360 documentation states the endpoint is not compatible with ACC projects and to go to the ACC API documentation:
Where there is no documented way to create a new project:
Observing the manual creation of a new project as a ACC admin exposes some new parameters for the "https://developer.api.autodesk.com/bim360/admin/v1/accounts/{accountId}/projects" URL (such as "isAcsUnified": "true"), but this endpoint is not available for client applications and the body parameters are not documented. So the question is, how to automatie the creation of new ACC Docs projects?
Solved! Go to Solution.