Skip to main content
abhayd3663
Brainy
September 1, 2023
Question

Integration object response size limitation

  • September 1, 2023
  • 1 reply
  • 8 views

Hello,

I have a Web API in Appian which returns ~4K records of custom data type (each data type has 14 fields). I am calling it using integration object and then using it as a webservice source in record type. 

Issue -

- The Web API returns ~4K records successfully whereas the integration object response shows only ~500 records. 

- Is there a size limitation for integration object response?

- What is the workaround?

Regards,

Abhay

1 reply

mathieud0001
Brainy
September 1, 2023

Usuall the limitation is 5MB on the response payload but it would normally tell you you are over. Are you sure that it's just not a display limitation in the Integration object?

https://docs.appian.com/suite/help/23.3/Integration_Object.html#outputs

Response bodies over 5 MB cannot be processed and will cause the integration to return an error.

Did you try call it from an interface and just displaying the output?