16 questions from the last 30 days
Best practices
1
vote
2
replies
91
views
Schedule publish Revit workshared models every day
Currently, only weekly publishing is supported.
I am considering two options but none of them convince me:
Run app, keep it in the background and keep refreshing the 3 legged token every hour. I am ...
-2
votes
1
answer
56
views
How to get a list of all available roles for an ACC project via API?
I am looking for an API endpoint to get a list of all available roles that can be assigned within an Autodesk Construction Cloud (ACC) project.
What I want to do
My goal is to add users to a project ...
0
votes
1
answer
44
views
Data Management API search filter[name] returns 400 error, but filter[displayName] returns empty data
I'm using the APS Data Management API endpoint GET /projects/{project_id}/folders/{folder_id}/search to search for folders within a project.
According to the documentation (Field Guide, Filtering ...
0
votes
1
answer
55
views
Not able to control and export linked Files as IFCs [closed]
Tried using API to control the behavior of Linked Files export as IFCs using the IFC Exporter API in Revit 2024.Not able to implement. Code snippet below for reference. Good to know if any other API ...
0
votes
0
answers
48
views
APS Design Automation 2026 Update to .NET Core Add-In Save/Update Failure
I'm having difficulty trying to update our 2025 .NET Framework version to 2026 .NET Core.
I started with my own solution receiving these errors, then switched over to start from scratch using the ...
-1
votes
0
answers
30
views
MD Fetch Properties stuck on 'success'
We are trying to get properties of a Navisworks model uploaded to BIM360 but since the last upload, the fetch properties endpoint seems to always return 'success' without data, even after days.
Is ...
0
votes
1
answer
62
views
How to get SVF2 model components' bounding box using the API?
I need to get the bounding box of the svf2 model components or specific component/Dbid using the API to avoid loading the model each time.
Is this possible?
NB: I am not using the BIM360.
0
votes
1
answer
29
views
How to get sheet version details using data/v1/projects/{project_id}/items/{item_id}/versions?
I’m trying to fetch sheet version information from a BIM 360 project using Autodesk Data Management API.
Here’s what I’m doing:
- API used: https://developer.api.autodesk.com/construction/sheets/v1/...