Forge Issues API giving 500 error, the API was working fine till last week now it is showing issues - autodesk-forge

I am getting 500(Internal Server Error) in BIM 360 issues APIs since this week which was working fine till last week
APIs are :
"https://developer.api.autodesk.com/issues/v1/containers/+containerId+/quality-issues?page[limit]=100". "https://developer.api.autodesk.com/issues/v1/containers/+containerId+/ng-issue-types?include=subtypes".
But in case of Construction Cloud APIs for BIM 360 issues are working fine.
ChangeLog of BIM 360 issues are also not showing any changes.
Can anyone please guide me what is happening here as our Live APIs are based on BIM 360 API ?

They are moving to a new platform

To retrieve issues for BIM360 and ACC you need to use different endpoints.

Related

View Recap Pro Projects in Forge Viewer

I have just discovered a new function that I have been waiting for for a very long time.
It is now possible to publish Recap Pro projects to the cloud for viewing and annotating. Demo
if I have seen it correctly , its atm only possible in BIM360 Docs, but here the Forge Viewer is used.
Now my question:
When will this function be made available to me as a developer?
BIM 360 Docs is built on top of the Forge Viewer, it should be already available for you to translate the model and display it in your own application.
Something you might want to try is to upload the RCP file to BIM 360 and then get the URN from there to pass it to your custom made viewer, so it takes care of the needed setup for translation.

Error in Querying BIM 360 project attribute

I'm currently using an AWS lambda function to automate the creation of a BIM 360 project by using multiple BIM 360 API endpoints.
It's been working fine, but I've just noticed that it stopped working, failing to access GET projects/:project_id endpoint. My code accesses each BIM 360 project's job_number attribute to filter duplicated projects by using job_number. And the code is failing at getting the response of the GET projects/:project_id request.
Has there been any change in the API recently? Thank you in advance.
from the latest reply, it looks you hit rate limit. If am correct, the response error code is 429. Each category API has restriction of rate limit. e.g. This is rate limit of Data Management API
https://forge.autodesk.com/en/docs/data/v2/developers_guide/rate-limiting/dm-rate-limits/
And this is BIM360 API:
https://forge.autodesk.com/en/docs/bim360/v1/overview/rate-limits/
So, you will need to set some delays of each call to meet the rate, or use some async management methods such as async-pool in Node.js to control the calls rate or every minute.

How to Get Issue Activity with Forget Autodesk BIM API

Using the BIM 360 I can check all activities regarding a specific issue, like the image above.
How can I get this same information with the BIM 360 API?
I have checked out in https://forge.autodesk.com/en/docs/bim360/v1/reference/http/field-issues-:id-GET/, and also in the others endpoints regarding Issue on this API as well, but I didn't found anything :(
Unfortunately, BIM360 API doesn't support querying such information currently. You may contact forge[dot]help[AT]autodesk[Dot]com sharing your idea and what you're concerning. We're glad to hear customer voice. Cheers!

Use Forge to Access Change Report from BIM 360

Is it possible to use Forge with some BIM 360 API to gain access to the changes in a model from one version to the next?
Unfortunately, there is no API available for doing BIM360 model comparison on Forge currently. However, here are two workarounds you might be interested in:
Compare changes via Forge Viewer: https://forge.autodesk.com/blog/comparing-versions-viewer
Dump changes via Revit Addin, and then integrate its results with Forge.
What you can do though is to leverage Webhook to get notified when a new version is “upserted” to the Data Management API. See docs here:
Official Doc: https://forge.autodesk.com/en/docs/webhooks/v1/tutorials/create-a-hook-data-management/
Sample Code: https://forge.autodesk.com/blog/webhooks-and-bim-360-c

Can we access custom metadata attributes from BIM 360 docs using Forge API?

Using the forge API, we would like to query models by custom fields created in bim 360 docs (see screenshot). Could the API somehow provide us this possibility? We have investigated the data management api but can't find any request that handle custom attributes.
Unfortunately, Attribute API is not available for BIM 360 Docs yet, so this is not possible to obtain attribute data by API now. Apologies for any inconvenience caused. However, you can keep eyes on here for recent updates:
https://forums.autodesk.com/t5/bim-360-docs-forum/new-bim-360-release-notes-and-bim-360-roadmap/td-p/7753472
https://forums.autodesk.com/t5/bim-360-docs-forum/latest-updates-new-knowledge-network-articles-bim-360-docs/td-p/7738068