1

I am currently trying to integrate the Autodesk Datamanagement API in my application. Now I am wondering, if I can use it as a kind of a database to store objects.

Is this possible or would it be a misue of this API?

So basically I want to create custom items like in sharepoint. Let's say I want to create an item "Task" with the attributes "Title", "Deadline", "assigned To", "status" and store them in the Autodesk Cloud via Autodesk Datamanagement API

Andreas
  • 309
  • 1
  • 8

1 Answers1

1

You can upload a file and create a relationship between them. This file can be a TXT, for instance, but cannot yet add metadata to it. If you change the TXT, you'll need to upload and create a new version.

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44