Questions tagged [autodesk-construction-cloud]

33 questions
1
vote
1 answer

Creating ACC Issues - POST request (Issues API for ACC) in Autodesk Construction Cloud using C#

I am trying to create a POST RestRequest in ACC Issues, and I am getting error as: {"title":"request validation failed","details":[{"message":"should have required property…
1
vote
1 answer

Autodesk Construction Cloud - Get file Description attribute

Surely there is a way to read the description attribute of a file in Docs using the API?!?! It isn't returned using this endpoint as it isn't a custom…
1
vote
1 answer

Unable to give draw balloon on DWG file using Autodesk Viewer

We are attempting to create a balloon on a DWG file but are unsure how to do so in Autodesk Viewer. Could you possibly offer a solution or do you have any resources for this in the Autodesk team? Also, how to get callout API on the normal Autodesk…
1
vote
1 answer

Is there a way to create an ACC Docs item(version) from a design derivative?

The use case is very simple: We have Autodesk Revit files, which are hosted on Autodesk Construction Cloud (Docs) and want to convert them to IFC. Users should be able to download the resulting IFC from ACC Docs. To achieve this, we successfully…
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…
0
votes
0 answers

Description property not in Autodesk files response

I'm calling the https://developer.api.autodesk.com/data/v1/projects/{projectId}/items/{itemId}/versions from Autodesk API and getting a result similar to the one at the end of this post. Inside Autodesk UI every file has a description, however, I…
M Leipper
  • 277
  • 5
  • 20
0
votes
1 answer

Autodesk ACC API Error 400: One or more input values in the request were bad - PATCH projects/:project_id/items/:item_id

I want to send a PATCH request using Autodesk Construction Cloud (ACC) API using Workato to update an attribute of a file/document (E.g.: displayName) but keep encounter a 400 error: One or more input values in the request were…
0
votes
1 answer

How to share ACC model 3D viewer link with external

I followed the steps highlighted in the article and was able to share a link with an external user to a Revit file that I have on Autodesk Construction…
0
votes
1 answer

Autodesk Construction Cloud | Customize UI

Are there ways to extend the Autodesk Construction Cloud (ACC) user interface? For example, adding a personalized button to the UI that will have some functionality or other customization via API? I know about creating a personalized website and…
0
votes
1 answer

APS Webhhok API : Webhook Trigger on acc index status "Finished"

We are creating a APS webhook api that triggers on event "dm.version.added"( When a new version of an item (file) is added to a folder in ACC ) Once we receive webhook event and file urn, we are creating an index of file to get model properties data…
0
votes
0 answers

Autodesk Large Model Viewer - View point cloud in recap file from ACC

I am trying to view recap files in ACC that have point clouds. I found this post: How to get Autodesk Forge Viewer to support .rcp files But cannot get this to work, the recap viewer loads but comes up with an error stating the project can't be read…
0
votes
0 answers

StatusCode 403 appears when creating Reference between Asset And Sheet Autodesk construction cloud API

'Autodesk construction cloud API Create Reference between Asset and Sheet returns permission errors but im an account administrator. i have created a PUT call with the right body etc. but i keep getting error 403 could somebody tell me what im doing…
0
votes
1 answer

ACC API - pushpin support / assigned user

I've been using the BIM 360 API last year to develop an application based on the online solution ACC, which was compatible with all the methods back then. Now with the new migration to the Autodesk Construction Cloud API, many functionalities were…
0
votes
0 answers

Bad input updating attributes with APS Data Management API

I am trying to update an attribute of an item as it is explained in the doccumentation but I get the BAD_INPUT response. https://aps.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-items-item_id-PATCH/ I verified that the id´s of the…
0
votes
0 answers

Autodesk Forge / Platform Services: Get Reviews from Autodesk Construction Cloud

I am trying to get review data from Autodesk construction cloud using autodesk Forge. There is no official review API but i found this post: Autodesk Platform Services - how to get reviews that are related to a documents Unfortunately my app is a…
1
2 3