What are the constraints around usage of the bulk document create/upsert/delete requests in the AppDB API?
I've run into a handful of errors with these endpoints that appear to not occur when I shrink the request body or querystring length below some magical threshold. Knowing the size or rate limits for these API endpoints would allow me to ensure that I only submit valid requests. I was unable to find rate limit or size constraint information in the AppDB API documentation at
https://developer.domo.com/portal/1l1fm2g0sfm69-app-db-api#bulk-operations
.
My specific questions are:
- Are there limits to the number of 'ids' or character length of the 'ids' querystring value in a bulk document deletion request through Domo's AppDB API? If so, what are the limits?
- Are there limits to the number of documents included or the request body size in bulk document create or upsert requests through Domo's AppDB API? If so, what are the limits?
Thanks for the assistance!