Hi,
in v3 I was able to hand a list of documents to a cabinet in one go which was very efficient. It seems in v4 I need to do this 1 by 1 which is slow for large imports.
Is there a way to to still do this?
Thank you,
Thorsten
Feature request/ regression question: Add document list to cabinet
Re: Feature request/ regression question: Add document list to cabinet
Hi,
The API structure was updated for version 4.0 to be more periodic and congruent. The API calls that allowed multiple IDs were special cases and broke our security philosophy of one permission per action.
We have plans to add support for bulk API requests. This was targeted for version 4.0 but it missed the deadline. Our new target is version 4.1. The first iteration of the bulk API is already working and it is simple sequential list of requests. One that one is rolled out, we will add more planned features.
Best regards.
The API structure was updated for version 4.0 to be more periodic and congruent. The API calls that allowed multiple IDs were special cases and broke our security philosophy of one permission per action.
We have plans to add support for bulk API requests. This was targeted for version 4.0 but it missed the deadline. Our new target is version 4.1. The first iteration of the bulk API is already working and it is simple sequential list of requests. One that one is rolled out, we will add more planned features.
Best regards.
Re: Feature request/ regression question: Add document list to cabinet
Thanks Roberto, you guys are doing tremendous work!