Documents

Manage your information in a document repository

A Document represents any kind of information that you want to persist for some time. Documents are saved in a Document repository (database).

You can compare documents with files and the document repository with a dedicated directory with restricted access - defined by your Account and Plan.

Like a file has its filename, each Document has a Key, Context & UserID that refer to a unique document. Like a file has its extension, each Document has a ContentType,and, of course, a Content.

The /Docs endpoint provides services to Create, Update, to Upsert or Delete a Document, as well as to Read (GET) or Query multiple documents.

Last updated