I have found information regarding a 5MB limit when my Appian application uses an Integration Object to call another API hosted on an external system.
However, if my Appian application is exposing a WebAPI, so that an external system can make a GET request to my Appian application, is there a size limit on the JSON payload that my Appian WebAPI can return to that external system?
Discussion posts and replies are publicly visible
With data volumes growing every day, you will have to implement paging and a page size limits anyways.