Relative Content

Tag Archive for autodesk-forgeautodesk-construction-cloud

Unable to Retrieve Sheets Subordinated to a Collection in Autodesk Construction Cloud API

I am currently working with the Autodesk Construction Cloud API to fetch sheets and version sets. However, I’m facing a challenge where I cannot retrieve sheets or version sets that have been grouped within a collection. While I can successfully fetch ungrouped sheets and version sets, those organized within a collection are absent from the response. This issue persists both for sheets and version sets.

Using projects/:project_id/folders/:folder_id/search to find pdfs in ACC project, but the webview href coming back is outdated (file doesn’t exist)

hope all is well. I am trying to use the APS api to pull a list of files from within a project using the endpoint
https://developer.api.autodesk.com/data/v1/projects/${dm_project_id}/folders/${rootFolderID}/search?filter[fileType]=pdf. This is successfully returning a list of all 91 pdfs in my Project Files (from all subfolders). I am inspecting the links.webview.href hyperlinks being returned, and for many of them, when I follow the link, it takes me to an error page that reads: “Can’t view the file. It may have been deleted.”
This is odd, because these files do exist in my project folder, and I’m able to navigate to them, but the webview href being returning seems to be for an outdated address.