Does Forge support Submittals endpoints - autodesk-forge

I hope you are safe and doing well.
I’m working on a RESTFul client that reads info from the BIM360 API and couldn’t find any specification to retrieve Submittals.
Searching on your Knowledge base, I found the following answer from 2018:
autodesk forge - Is there an API for BIM360 Submittals? - Stack Overflow
Have you implemented the endpoint for submittals yet?
Thanks,
Henrique

Unfortunately, no, not yet :-( I will find the ID for a wish and add your name.

Related

Autodesk Platform Services - how to get reviews that are related to a documents

How can I get reviews that are related to a document?
It is possible to get relations between issues and documents using the relationships endpoint (using a container ID), but I cannot find any method to show related reviews.
I searched the APS documentation without finding an answer:
https://aps.autodesk.com/developer/documentation
As of now, Review API isn't exposed.
Please, refer to known issues and wishes at Docs ACSD-11159
I found a solution that i posted here: https://stackoverflow.com/a/74891063/8218981
You can access reviews with a 3-legged token. The API is not documented, but the site acc.autodesk.com, uses it.
get reviews
https://developer.api.autodesk.com/dm/v2/projects/<project_id>?sort=-sequenceId&offset=0&limit=20
get review info
https://developer.api.autodesk.com/dm/v2/projects/<project_id>/reviews/<review_id>/versions?limit=50&offset=0
You can find a beta implementation in Python here: https://github.com/petrbroz/forge-sdk-python/blob/a5987c7ffe60bdcf1472caeb1e6f268fd0a5a36d/src/autodesk_forge_sdk/reviews.py#L58-L98

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!

Can I create document (pushpin) issues via api?

I want to integrate my web api with bim360 api.
In my app I need to create pushpin issues. Can I do it by bim360 api?
The documentation says yes and no:
https://forge.autodesk.com/en/docs/bim360/v1/tutorials/issues/create-issues/
https://forge.autodesk.com/en/docs/bim360/v1/reference/http/field-issues-POST/
What is the truth?
Sorry for the confusion, but pushpin issue was supported recently, you can check the ChangeLog for the information.
I believe the doc is not updated well, will report this to internal documentation team. But you should be able to create pushpin issue following the tutorial at https://forge.autodesk.com/en/docs/bim360/v1/tutorials/pushpins/create-pushpin/, if any issue, feel free to let us know.

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

V2 documentation errors?

I am working on an application that will be using the V2 Box API and have noticed that for some calls the response I get from the API differs from the documentation.
How do you want me to handle what I find?
Do you want me to post these points as individual topics here?
Or is there another way to provide the feedback?
You can send any documentation errors you find to API[at]BOXdotCOM.