{"id":20386608,"url":"https://github.com/augustogoncalves/bim360-csharp-dashboard","last_synced_at":"2026-06-09T05:01:54.198Z","repository":{"id":96942368,"uuid":"180149976","full_name":"augustogoncalves/bim360-csharp-dashboard","owner":"augustogoncalves","description":"BIM 360 Account dashboard: List all projects using maps with a summary of the account","archived":false,"fork":false,"pushed_at":"2019-07-25T22:34:57.000Z","size":6234,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T23:27:36.662Z","etag":null,"topics":["bim360","csharp","googlemaps","netcore"],"latest_commit_sha":null,"homepage":"https://bim360accountview.herokuapp.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/augustogoncalves.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-08T13:00:53.000Z","updated_at":"2024-06-03T14:29:11.000Z","dependencies_parsed_at":"2023-04-26T05:46:09.986Z","dependency_job_id":null,"html_url":"https://github.com/augustogoncalves/bim360-csharp-dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/augustogoncalves/bim360-csharp-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustogoncalves%2Fbim360-csharp-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustogoncalves%2Fbim360-csharp-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustogoncalves%2Fbim360-csharp-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustogoncalves%2Fbim360-csharp-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augustogoncalves","download_url":"https://codeload.github.com/augustogoncalves/bim360-csharp-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustogoncalves%2Fbim360-csharp-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34092262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bim360","csharp","googlemaps","netcore"],"created_at":"2024-11-15T02:38:04.537Z","updated_at":"2026-06-09T05:01:53.678Z","avatar_url":"https://github.com/augustogoncalves.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bim360-csharp-dashboard\n\n![Platforms](https://img.shields.io/badge/platform-Windows|MacOS-lightgray.svg)\n![.NET](https://img.shields.io/badge/.NET%20Core-2.1-blue.svg)\n[![License](http://img.shields.io/:license-MIT-blue.svg)](http://opensource.org/licenses/MIT)\n\n[![oAuth2](https://img.shields.io/badge/oAuth2-v1-green.svg)](http://developer.autodesk.com/)\n[![BIM-360](https://img.shields.io/badge/BIM%20360-v1-green.svg)](http://developer.autodesk.com/)\n\n![Intermediate](https://img.shields.io/badge/Level-Intermediate-blue.svg)\n\n# Description\n\nDemonstrate how to read BIM 360 Account information into a dashboard: uses all business units to categorize projects, show projects on a map using its addresses. \n\nAlso allow creating new projects and importing users to the project.\n\n## Thumbnail\n\n![thumbnail](/thumbnail.gif)\n\n## Live version\n\n[bim360accountview.herokuapp.com](https://bim360accountview.herokuapp.com/)\n\n# Setup\n\n## Prerequisites\n\n1. **BIM 360 Account**: must be Account Admin to add the app integration. [Learn about provisioning](https://forge.autodesk.com/blog/bim-360-docs-provisioning-forge-apps).\n2. **Forge Account**: Learn how to create a Forge Account, activate subscription and create an app at [this tutorial](http://learnforge.autodesk.io/#/account/). \n3. **Visual Studio**: Either Community 2017+ (Windows) or Code (Windows, MacOS).\n4. **.NET Core** basic knowledge with C#\n5. **JavaScript** basic knowledge with **jQuery**\n6. **Google Maps** API key for Maps\n\n## Running locally\n\nClone this project or download it. It's recommended to install [GitHub desktop](https://desktop.github.com/). To clone it via command line, use the following (**Terminal** on MacOSX/Linux, **Git Shell** on Windows):\n\n    git clone https://github.com/augustogoncalves/bim360-csharp-dashboard\n\n**Visual Studio** (Windows):\n\nRight-click on the project, then go to **Debug**. Adjust the settings as shown below. \n\n![](forgeSample/wwwroot/img/readme/visual_studio_settings.png)\n\n**Visual Sutdio Code** (Windows, MacOS):\n\nOpen the folder, at the bottom-right, select **Yes** and **Restore**. This restores the packages (e.g. Autodesk.Forge) and creates the launch.json file. See *Tips \u0026 Tricks* for .NET Core on MacOS.\n\n![](forgeSample/wwwroot/img/readme/visual_code_restore.png)\n\nAt the `.vscode\\launch.json`, find the env vars and add your Forge Client ID, Secret and callback URL. Also define the `ASPNETCORE_URLS` variable. The end result should be as shown below:\n\n```json\n\"env\": {\n    \"ASPNETCORE_ENVIRONMENT\": \"Development\",\n    \"ASPNETCORE_URLS\" : \"http://localhost:3000\",\n    \"FORGE_CLIENT_ID\": \"your id here\",\n    \"FORGE_CLIENT_SECRET\": \"your secret here\",\n    \"FORGE_CALLBACK_URL\": \"http://localhost:3000/api/forge/callback/oauth\",\n},\n```\n\nRun the app. Open `http://localhost:3000` to view your files. It may be required to **Enable my BIM 360 Account** (see app top-right). Click on \n\n## Deployment\n\nTo deploy this application to Heroku, the **Callback URL** for Forge must use your `.herokuapp.com` address. After clicking on the button below, at the Heroku Create New App page, set your Client ID, Secret and Callback URL for Forge.\n\n[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)\n\nWatch [this video](https://www.youtube.com/watch?v=Oqa9O20Gj0c) on how deploy samples to Heroku.\n\n# Further Reading\n\nDocumentation:\n\n- [BIM 360 API](https://developer.autodesk.com/en/docs/bim360/v1/overview/) and [App Provisioning](https://forge.autodesk.com/blog/bim-360-docs-provisioning-forge-apps)\n\nTutorials:\n\n- [View BIM 360 Models](http://learnforge.autodesk.io/#/tutorials/viewhubmodels)\n- [Retrieve Issues](https://developer.autodesk.com/en/docs/bim360/v1/tutorials/retrieve-issues)\n- [Create Issues](https://forge.autodesk.com/en/docs/bim360/v1/tutorials/issues/create-issues/)\n\nBlogs:\n\n- [Forge Blog](https://forge.autodesk.com/categories/bim-360-api)\n- [Field of View](https://fieldofviewblog.wordpress.com/), a BIM focused blog\n\n### Tips \u0026 Tricks\n\nThis sample uses .NET Core and works fine on both Windows and MacOS, see [this tutorial for MacOS](https://github.com/augustogoncalves/dotnetcoreheroku).\n\n### Troubleshooting\n\n1. **Cannot see my BIM 360 projects**: Make sure to provision the Forge App Client ID within the BIM 360 Account, [learn more here](https://forge.autodesk.com/blog/bim-360-docs-provisioning-forge-apps). This requires the Account Admin permission.\n\n2. **error setting certificate verify locations** error: may happen on Windows, use the following: `git config --global http.sslverify \"false\"`\n\n## License\n\nThis sample is licensed under the terms of the [MIT License](http://opensource.org/licenses/MIT). Please see the [LICENSE](LICENSE) file for full details.\n\n## Written by\n\nAugusto Goncalves [@augustomaia](https://twitter.com/augustomaia), [Forge Partner Development](http://forge.autodesk.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustogoncalves%2Fbim360-csharp-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugustogoncalves%2Fbim360-csharp-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustogoncalves%2Fbim360-csharp-dashboard/lists"}