03/20/2023 01:17 AM
Hi Team ,
Hi Team,
We need to fetch all records from the analytics API in a single API call, but we observed that the {{url}}/ECM/{{path}}/fetchRuntimeControlsDataV2 API has a maximum response limit of 500.
Could you please let us know if we can increase this limit?
Thanks and regards,
Soumya Bidarkote
03/20/2023
01:49 AM
- last edited on
03/20/2023
08:50 AM
by
Dave
Hi @sbidarkote ,
You can increase it upto 5000.
You can check this query
select configdata from configuration where name = 'Ws_max_records_returned' .
It will be 500, you can increase this upto 5000 using custom query and you will be able to fetch the records.
Thanks,
Darshan
[This post has been edited by a Moderator to fix a typo in the solution.]
03/20/2023 11:20 PM
Hi Darshan,
We updated configdata value to 5000
Still in postman we are getting 500 even after application restart
03/20/2023 11:27 PM
Hi @sbidarkote
Yes, i missed the url its v2, so increase this config - Ws_max_records_returned_analytics_es to 5000 and try it out.
Thanks
Darshan
04/18/2023 01:24 PM
Is it documented ?
05/04/2023 09:42 PM
@uthra_rahul can you have a look on the point mentioned by @rushikeshvartak
05/05/2023 01:45 AM
Hi @Manu269 & @rushikeshvartak ,
In the release doc of 2020.0 this config is explained how ever it is mentioned for the specific Api - fetchControlDetailsES.
I will get this documented as well as create a KB accordingly.
Thanks
Darshan