Questions tagged [autodesk-data-management]

Data Management API provides a unified and consistent way to access data across BIM 360 Team, Fusion Team (formerly known as A360 Team), BIM 360 Docs, A360 Personal, and the Object Storage Service.

With this API, you can accomplish a number of workflows, including accessing a Fusion model in Fusion Team and getting an ordered structure of items, IDs, and properties for generating a bill of materials in a 3rd-party process. Or, you might want to superimpose a Fusion model and a building model to use in the Viewer.

Data Management API

261 questions
1
vote
0 answers

Data Exchange Connector ApplicationRegistry error

I am having issues using the data exchange connector in Revit 2023 and get the error in the screenshot below. I'm using the Revit basic sample project with no modifications. "Revit encountered a The type initializer for…
Ryan Haunfelder
  • 766
  • 3
  • 11
1
vote
2 answers

Autodesk Forge Data Management DotNet Package

I wonder if there is a forge data management library for dotnet like design automation package. https://github.com/Autodesk-Forge/forge-api-dotnet-design.automation So I could use data management to store the files used in the design automation in…
1
vote
2 answers

Rename items in BIM 360 using autodesk forge

We are upgrading our revit projects from 2020 to 2022 and our revit file names end with the version they belong to for easy identification ( xxxx_R20.rvt) and we'd like to rename all the items in the project to xxxx_R22.rvt. I have been able to…
jash
  • 21
  • 2
1
vote
1 answer

Data Management Forge API BIM 360 Item Version Relationship Refs returning no data, for acquiring Links Information

projects/:project_id/versions/:version_id/relationships/refs method for getting Relationships/refs https://developer.api.autodesk.com/data/v1/projects/:project_id/versions/:version_id/relationships/refs Using project_id:…
1
vote
0 answers

Autodesk login page is failing to load from Desktop app

We have a Desktop app that is integrated to authenticate the user login through Autodesk. Unfortunately, the link to https://accounts.autodesk.com/logon?resume=%2Fas%2FFp2fv%2Fresume%2Fas%2Fauthorization.ping&spentity=null#username is loading only…
1
vote
1 answer

How to create a Design Automation workitem with a composite design Revit file with nested references

Given the following situation, where "->" is a Xref reference in either overlay or attachment mode: TOPHOST.rvt -> LINKA.rvt -> LINKA1.rvt I know that I can use .../:version_id/relationships/refs to retrieve references from TOPHOST.rvt, which…
1
vote
2 answers

How can I find Revit document derivatives URNs in BIM360 Docs using the Forge Data Management API

I have some Revit files stored in a BIM360 project. I am trying to visualize those files inside Forge Viewer. Now Forge Viewer won't work directly with Revit file/documents, but require the 'urn' of a translated file, in 'svf' format. I could…
1
vote
2 answers

How can I get links between models on BIM 360?

I am trying to build a script that transfers files from the Project Files subfolders to the Plans subfolders. In my BIM 360 Docs I have .rvt models that are linked (e.g. HVAC model linked to the architecture 3D model). When I download a linked model…
1
vote
1 answer

Autodesk Forge: File upload resumable returns always 202 even for final chunk

I am trying to upload file using end point buckets/:bucketKey/objects/:objectName/resumable I am always getting the response code 202 even for the final chunk. As per documentation i should receive response 200 with some urn details for the final…
1
vote
1 answer

Webhook event not received from Autodesk Forge API

I'm using the Autodesk Forge API to convert a range of models from various formats into SVF files, and trying to use the Webhooks API to listen for transformation complete events for jobs posted to the Model Derivative service. I have successfully…
1
vote
1 answer

R scripting: BIM360 metadata to PowerBi via Forge

Currently I have revit files on BIM360 and I am trying to get the metadata into PowerBi. I ran into this code on how to do it but I have some questions that maybe someone can answer them. Currently it appears that the metadata being pulled is from…
1
vote
1 answer

How to show only specific a view in Forge Autodesk

Its been a couple of days I had been working on Forge Api of Autodesk and I am doing well with my implementation as per requirement recently I am trying to render a specific / single view Example - I am having a RVT file which renders a building…
1
vote
2 answers

Reliably Determine Revit Version of BIM 360 Project

Design Automation AppBundles for Revit require the identification of the Revit engine, which includes the version (year) of Revit. So to make a Design Automation to support multiple Revit versions, there will be multiple AppBundles, and multiple…
1
vote
2 answers

Autodesk Forge - 504 Gateway Timeout when uploading file as chunks to BIM 360 storage in Node JS

I'm getting a 504 Gateway Timeout when I try to upload a large file in "chunks" using the PUT object resumable API endpoint in Autodesk…
1
vote
1 answer

Error passing multiple input files, Design Automation Revit dot net core

I had asked my last question regarding this. I have one rfa file and a bigger JSon file as input. When I debug, it looks perfectly passing all values until last line: WorkItemStatus workItemStatus = await…
1
2
3
17 18