Is there any limit of the JSON response we can sen...
# suitescript
r
Is there any limit of the JSON response we can send back in a restlet ? And what are the proposed approaches for an integration if the restlet is hitting that limit.
l
@raghav, I think 5MB, try using Pagination
r
Can you please elaborate what you mean by pagination in a restlet response, Just wanted to understand how big of a JSON we can send and once it reaches the limit how others usually build integrations to handle it. As far as I know the scring limit is 10, and then script limit is 50 MB, but one of the restlet was able to return 48 MB Data but not above 50 so wanted to know the exact limit of the JSON that I could send.