Client Library GetAsync

I have…

I’m submitting a…

  • [ ] Regression (a behavior that stopped working in a new release)
  • [ ] Bug report
  • [ ] Performance issue
  • [ ] Documentation issue or request

Current behavior

Expected behavior

Minimal reproduction of the problem

Environment

App Name:

  • [ ] Self hosted with docker
  • [ ] Self hosted with IIS
  • [ ] Self hosted with other version
  • [ ] Cloud version

Version: [VERSION]

Browser:

  • [ ] Chrome (desktop)
  • [ ] Chrome (Android)
  • [ ] Chrome (iOS)
  • [ ] Firefox
  • [ ] Safari (desktop)
  • [ ] Safari (iOS)
  • [ ] IE
  • [ ] Edge

Others:
Hi
I am trying to use getAsync function of client library it fetchs total of 458 but in items in doesn’t fetchs data more that 200. Is there is any alternative approach in client library to fetch thousands of data all at once??
image

Hi,
you have not said, which version you use. With self hosting you can increase the limit:

You can also use pagination to get more items or the GetAllAsync method.

Hi sebastian !
I am using self hosted version and tried changing appconfig but on requesting it still gives me 200 items

image

Have you also specified it in the client code?