Hello all,
We are calling the Docebo APIs programmatically via PHP and Python and we have noticed that each API has a different limit with regards to the number of rows that can be processed at one time. Here are 2 limits that we have encountered:
- /learn/v1/enrollment/batch → max of 300 rows per invocation
- /learn/v1/lo/tracks/batch → max of 100 rows per invocation
We have successfully batched our requests to conform to these limits however, we found these limits via trial and error.
Is there a list a published list of max rows for each API that we could reference to save some time during implementation?
Thanks.