Hello colleagues, please tell me how many records the API can process/when updating, I received information that it is no more than 30,000 records, but it seems to me that it should be more. Does anyone know, thanks in advance
Hi @pkostiv1, i believe 30,000 limit only applied when you would like to get your data as JSON format. I didn’t see anything in the documentation regarding to a limit in updating.
1 Like
Hi, you’re right, the API endpoint /v2/assets/${formId}/data
has a 30k submission limit. But, if you’re writing some kind of script, you should be able to implement pagination to retrieve data beyond this limit.
By the way, downloading XLS form the backend handle more than 30k submission.