Andreas
Andreas

Reputation: 309

Autodesk Datamanagement API: Store Custom Objects

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

Upvotes: 1

Views: 49

Answers (1)

Augusto Goncalves
Augusto Goncalves

Reputation: 8574

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.

Upvotes: 1

Related Questions