API Max record result

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • custom_CRM
    Junior Member
    • Jun 2024
    • 4

    #1

    API Max record result

    Dear,

    I am trying to modify recordListMaxSizeLimit.
    I would like to return all record entity in only one query through API
    It seems I cannot set more than 2000 without 500 error.

    Can somebody help ?

    Regards
  • yuri
    Member
    • Mar 2014
    • 9157

    #2
    Hi,

    It's limited to 200 by default. You need to use pagination.

    You can also set the 'recordListMaxSizeLimit' parameter in the config. But I don't recommend.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...