Hi Dynamoers,
I have been playing quite a bit with the BIM Track Api lately to get some analytics in PowerBI.
I figured I would also use BIM Track data to populate either a dashboard in Revit or even send an email to my gran’ma’ with it.
Thanks to @Radu_Gidei 's Dynaweb, I easily sucessed.
Here are some proof of concepts based on @Radu_Gidei 's examples to connect to the BIM Track Api to dynamo and whatever your want.
Dsiclaimer: you might enjoy it!
- Connect to the API
A simple query to the API, let’s connect:
Adress: https://api/bimtrackapp.co/v2/hubs
Get your bearer token data here:
and then get your helmet and mash that up.
I did a longer iteration to get automatically all the projects issue count by status and by project.
The most obvious beauty is that it runs from the sandbox (without revit interaction)
We could push that on our opening page of revit. or send regular emails… a world of possibilities
BIM1_GetHubs_addToken.dyn (32.3 KB)
Merry Christmas time ;o