Saviynt Analytics API max limit value

sbidarkote
New Contributor II
New Contributor II

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 

 

 

 

6 REPLIES 6

Darshanjain
Saviynt Employee
Saviynt Employee

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.]

 

Hi Darshan,

We updated configdata value to 5000

sbidarkote_0-1679378915309.png

Still in postman we are getting 500 even after application restart 

sbidarkote_1-1679379596098.png

 

 

Darshanjain
Saviynt Employee
Saviynt Employee

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

Is it documented ?

Manu269
All-Star
All-Star

@uthra_rahul can you have a look on the point mentioned by @rushikeshvartak 

Manish Kumar

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