Documents
Manage your information in a document repository
Last updated
Manage your information in a document repository
Last updated
A Document
represents any kind of information that you want to persist for some time. Documents are saved as schema-less data in a database.
In addition to the unstructured data content
, which is usually available in Json, xml or text format contentType
, a document has additional, firmly defined properties. These are used to index and group documents Key, Context, UserId, Rank
or to store user-defined meta information UserState, UnserInfo, ClientId, ClientVersion
with the document.
The /Docs
endpoint provides services to Create, Update, to Upsert or Delete a Document, as well as to Read (GET) or Query multiple documents.