Search code examples
c#.netautodesk-bim360

What is the function to create a project for BIM 360?


I am trying to create a project for BIM 360 using C#. So far I have been able to get it to work on POSTMAN but I want to perform the same function on C#. Is there a method I can use that to create a project using the following:

https://developer.api.autodesk.com/hq/v1/accounts/:account_id/projects

I have tried to use ProjectsApi and HubsApi but they don't seem to have the correct parameters.


Solution

  • Unfortunately the .NET package for Forge does not yet include BIM 360 specific endpoints... so you'll need to use RestSharp (or similar packages), like this sample.