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
0
votes
1 answer

Can I reference an external database as the properties of a model in viewer?

I'm attempting to create an instance of the Forge-viewer API to reference an outside database (Homemade, not bim360 or Fusion) as the Properties of an object selected. (i.e. the database parameters fill-in the properties window) However, I'm unable…
0
votes
1 answer

Is there a way to request bucket specific read scope?

I'm trying to find a way to restrict the access to each of the buckets in my application. The goal is to prevent users to access objects from other buckets other than the one which is "assigned" to them. In short the app assigns a bucket for every…
0
votes
1 answer

Autodesk Forge Datamanagement API

We uses Autodesk Fusion Team to manage collaboration. To get an overview of users activated in the hub and get the last activity date I want to write some code. I checked via Postman what the Datamanagement API responses, but there is no documented…
Cerebo
  • 1
0
votes
0 answers

GET hubs request returns some, but not all required hubs

I'm attempting to access my Hubs through the data management API, for use with Viewer, and also to read/write BIM360 issues via Issues API. However, the GET request to https://developer.api.autodesk.com/project/v1/hubs is not returning all of the…
0
votes
2 answers

Set Updated by when uploading files to BIM360 Docs with 2-legged authentification

I am building a tool automatically scan a local folder and upload files to BIM360 Docs, with 2 legged authentification, so far files can already uploaded to BIM360 Docs using Forge Data Management API however the "updated by" field is empty. what i…
user698188
  • 61
  • 1
  • 2
0
votes
1 answer

How to access buckets when retention policy is persistent?

I have 3 forge viewers that I use, I have no access to buckets from particularly in one viewer. Only difference of this viewer is retention policy: persistent. When I want to delete or see details an object from a bucket first I get a 2-Legged Token…
Can777
  • 146
  • 11
0
votes
1 answer

How to get derivatives from current versions of all files in a folder

I am trying to load the current version of all IFC files that are stored in a given folder in BIM 360 Docs into the Forge Model Viewer. To get the derivatives of each IFC file I am calling…
Joep Ronde
  • 21
  • 1
  • 4
0
votes
1 answer

Delete items, folders, and projects in Autodesk A360

I am working with A360 and creating a simple project which requires data management. Everything works well except the delete operation. When I am trying to use PATCH projects/:project_id/items/:item_id endpoint, the server returns 200 Ok, but the…
0
votes
1 answer

How to get list of files using Autodesk Data Management API

I am using the Laravel backend on my platform. I have been able to get a three legged token, but when I try to get a list of hubs for the user, the response is completely different from the example. $client = new Client(); //GuzzleHttp\Client …
Joshua Foxworth
  • 1,236
  • 1
  • 22
  • 50
0
votes
1 answer

AutoDesk API for List of Fusion 360 Files

Using the Autodesk Forge Auth API, I can get a bearer token for my app and I can get the ID of the user. I want to get a list of Fusion 360 files that the user owns. How can I do this? It seems like it would be part of the Data Management API, but I…
Joshua Foxworth
  • 1,236
  • 1
  • 22
  • 50
0
votes
2 answers

upload to forge bucket from disk, c#

I am attempting to upload a DWF to my forge app's bucket (already created and functioning properly) from disk in C# using RestSharp I get a successful response from my PUT request, but when I try to translate the DWF using the model derivative API,…
0
votes
0 answers

Getting file based on weird URI provided in manifest.json returns 404

I am trying to get all the files from autodesk forge using the GET object API and there's one file that I am unable to download no matter what, the filename is Finishes.Ceilings.Acoustical Tile.Perforated.2x2.White.jpg. Link to manifest.json here I…
Kanosaki
  • 92
  • 2
  • 8
0
votes
1 answer

Autodesk Forge Document Approve Status

We are using Autodesk BIM360 Docs to manage our drawings, and as well review workflows are used in our project. Now we get a request to use Forge API to copy files that are approved to our local storage. Everything seems good except that we cannot…
Kevin Zhu
  • 35
  • 3
0
votes
1 answer

Get IFC schema version

Opening an *.ifc file we can find "File_Schema" in the Header, for example: HEADER; ... FILE_SCHEMA (('IFC4')); ENDSEC; We are downloading IFC stream file and it would be nice to know the file schema version for it. Is it somehow possible to get…
0
votes
1 answer

Forge API "Urn is not in the proper format."

I'm using this endpoint.. projects/:project_id/folders/:folder_id/contents ...and getting back error 400 "Urn is not in the proper format." on data stored in EU servers. The endpoint works correctly for other project data (urn's containing wipprod)…