DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
334 stars 187 forks source link

Wish: Get model paths from Revit Server #2169

Open ColinDayOrg opened 5 years ago

ColinDayOrg commented 5 years ago

Issue by dbaldacchino Tuesday Jul 28, 2015 at 16:47 GMT Originally opened as https://github.com/DynamoDS/Dynamo/issues/5005


I would like a node that returns the list of files and paths for all models on a host Revit Server.

ColinDayOrg commented 5 years ago

Comment by dbaldacchino Thursday Dec 15, 2016 at 19:13 GMT


In relation to this...I recently found I can query a Revit Server using FME (HTTPCaller transformer) so I thought it would be possible to do something similar via the Web Request node. However to use the REST API, you need to supply a method (GET, etc.). Is it possible to do this using the Web Request node?