Skip to main content
October 28, 2024
Question

Webapi response limit size where can i change

  • October 28, 2024
  • 4 replies
  • 0 views

Hi,everyone

I was using Post Method and when I tested with the expression rule, I was able to get 355 rows of data.
When i tested webapi only 300 lines are responded from Webapi response. Can I change the size limit or number of lines for webapi?
If so, where can I change it?

4 replies

karumurua531442
October 28, 2024

hi [mention:4187e9f2c0404e4aa25182e3f69c4c03:e9ed411860ed4f2ba0265705b8793d05]  could post some more context on your webapi code if it is not sensitive data. Could check whether your webapi code allows you to use paging info, if yes try using paging info and fetch more data

somasundaram.d
October 28, 2024

Can you share what is the purpose of your Web API and what it does?

stefanhelzle0001
October 28, 2024

When you call an API and you want to change the behaviour of that API, you need to modify that API. This has nothing to do with Appian.

But, maybe that API has some parameters that allow you to change certain things.

davidj137213
October 28, 2024

Could you share more details?