Making backup

This instruction describes how to get data from vecticum to create backups

To make a backups from documents, you will need:

  • download metadata of documents;
  • download attachments of documents.

Backup process.

  1. Get endpoint for document type you want to backup
  2. Get all documents that was created on specific date : Filter documents by value
    1. search by field id_created - by date document created
    2. date should be written in ISO format, example - "2024-01-01"
  3. If you need to get results for more than one days, repeat this to each day.
    1. we do not recommend to filter values between two dates. Reason - if there is a lot of documents, you will get a timeout instead of result. Only if you know that there is small amount of documents, you can try to use longer period than one day.
  4. Download files from every document Downloading files;

Repeat steps with all types of documents you need.