Is there a hard character limit on the integration's HTTP response? I’ve noticed that text values exceeding 4,000 characters aren’t being returned—just wanted to confirm if this is a known constraint.
Also, while performing searches, it seems the maximum number of records returned is capped at 200. For example, when trying to retrieve information for 500 users including their addresses and phone numbers, we’re only getting data for 200 users. Is there a way to increase this limit or paginate through the results?
Discussion posts and replies are publicly visible
sanjuktab2257 said:I’ve noticed that text values exceeding 4,000 characters aren’t being returned—just wanted to confirm if this is a known constraint.
Where do you see this? I do not know of any limit in the HTTP response.
Search is limited. And paging is supported. The documentation provides a lot of guidance on this.
AFAIK, Appian does not have any hard limit on characters when it comes to integration objects. Refer here for the integration object response limits (5 MB).Appian supports pagination while we query or display search results or even in integrations if the Target API does have necessary batch size parameters to pass