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.
- Get endpoint for document type you want to backup
- Get all documents that was created on specific date : Filter documents by value
- search by field id_created - by date document created
- date should be written in ISO format, example - "2024-01-01"
- If you need to get results for more than one days, repeat this to each day.
- 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.
- Download files from every document Downloading files;
Repeat steps with all types of documents you need.