MSPro Services
About
  • MSPro.Services
    • Endpoints
      • Documents
        • Document Properties
          • Rank
          • Context
        • Use-Cases
          • Service Requests
          • CSV Files Import and data processing
      • Render Engine
        • The Basics
        • Templates on the /docs endpoint
          • Page 1
      • The Mirror
    • Hosting
    • Plans
    • Accounts
      • SharedAccount
    • General Information
      • HTTP-Status Codes
      • Custom Headers
      • Response Schema
  • MSPro Client
Powered by GitBook
On this page
  1. MSPro.Services
  2. Endpoints

Documents

Manage your information in a document repository

Last updated 1 month ago

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 content, which is usually available in JSON, XML or text format, 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 documents, as well as to Read (GET) or Query multiple documents.

Document Properties