To Fetch Properties Related to File(RVT,DWG,NWD)

Question Related to Autocad File:

We are trying to find files uniquely on forge and desktop application Autocad for that we are using FingerprintGuid https://help.autodesk.com/view/OARX/2022/ENU/?guid=OARX-ManagedRefGuide-Autodesk_AutoCAD_DatabaseServices_Database_FingerprintGuid on the autocad side.

Currently we are not able to access it using the forge api.

We tried out the following ways.

  1. Added property inside the custom tab and extended data on the autocad file but this is still not accessible using forge api.
    We tried out below Forge API’s
    image.png
    https://forge.autodesk.com/en/docs/model-derivative/v2/reference/http/metadata/urn-metadata-guid-properties-GET/

Will you please help us with the way this can be achieved? or You can suggest how to find files uniquely on the Autocad side and Forge side?

Question Related to Revit file:

We have a revit file,where we want to fetch the “Revit Project Information”, we are able to get it using the viewer api as a hidden property but we want to fetch it using any data api (Metadata, Manifest, Property API).

Will you please help us with the way this can be achieved?

Question Related to Naviswork file:

1) We have a naviswork file which has a source as a dwg file(Autocad File). We are trying to get the above mentioned unique id (FingerprintGUID/Custom data/Extended data) from the naviswork file using the forge api.
We are not able to access the unique id from Manifest, Metadata and Properties forge api.

Will you please help us with the way this can be achieved?

2) We have a naviswork file which has a source as rvt file(Revit File). How to get the “Revit Project Information” from the naviswork file using the forge api?

Hi @VeereshHuvinahalli,

The {urn}/metadata/{modelGuid}/properties REST API requires an Authorization header in the request. Please make sure it is passed to the fetch method. Unfortunately your screenshot is broken and I can’t see how you used it.

For those two other Autodesk-specific questions please refer to https://forge.autodesk.com/en/docs/oauth/v2/developers_guide/overview/ and External authentication. Those two resources should help you setting up the authentication.

Thanks,
Vitalii