Here is a question my colleague asked:
Q. Is it possible to create a folder to Views using Glue API?
A. If you look at the list of methods in the documentation, you don’t see a method name that says “create folder” explicitly. But you can use the following Model Services API to create a folder:
URL: https://b4.autodesk.com/api/model/v1/view_create.{format}
Method: POST
Document: https://b4.autodesk.com/api/model/v1/view_create/doc
Continue reading “Adding a Folder to Views Using Glue API”