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).
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