python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to get WorkItem Id when receiving the result?
Let's say I post a workitem to Revit engine using the following code
var response = await _flurlClient.Request("https://developer.api.autodesk.com/da/us-east/v3/workitems")
.Post...
Mostafa abdo
Votes: 0
Answers: 1
Autodesk.Revit.Exceptions.InvalidOperationException error in Design Automation API
I'm trying to use Forge's Design Automation API to auto-place certain model line geometries in my Revit model. I successfully follow the tutorial on the Autodesk's documentation, but when I submit a w...

Yongjoon Kim
Votes: 0
Answers: 3