Following this tutorial for Design Automation API for AutoCAD I get the expected result. The goal is to use an existing drawing as input, stored in BIM360. Therefore I have also a running example. In task 6 "Send WorkItem" I changed the input file and used as "url" parameter a drawing in that format:
"InputDwg": {
"url": "urn:adsk.objects:os.object:wip.dm.prod/d96ca270-5f87-46dc-9330-xxxxxxxxxxxx.dwg",
"verb": "get",
"headers": {
"Authorization": "Bearer {{dasApiToken}}"
}
},
Question: How to retrieve that ObjectID for another drawing?