REST API
Every DTXS server should expose the REST API compatible with the DTXS standard.
This chapter describes the structure of requests and expected responses of the DTXS-compatible server.
There are several types of information managed by the DTXS server:
- Records: Records are used to manage static structured data/information. This means - all data that can be reasonably stored using JSON structures.
- Documents: Documents are used to manage static unstructured data/information like text documents, images, spreadsheets or any other kind of documents. Documents are stored in folders.
- Streams: Streams are used to manage realtime data/information. Streams are specific for having timestamps and for being able to be uploaded in a real-time manner.
Specification
Follow one of the below-mentioned chapters to learn about available endpoints, their request structure and expected responses.
Endpoints group | Description |
---|---|
Databases | Endpoints to manage databases. |
Records | Endpoints to work with records. |
Documents | Endpoints to work with documents. |
Streams | Endpoints to work with streams. |