Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How to increase - RuntimeAnalytics - DisplayCount value from 50 to 500

IAM_99
Regular Contributor II
Regular Contributor II

Hi All,

We are using RuntimeAnalytics , displaycount showing as '50' , if its bigger number our processing will become faster.

IAM_99_0-1683789540174.png

 

How to increase this value - Global Config ? Or  Saviynt team has to do backend change ?

any idea ?

3 REPLIES 3

nimitdave
Saviynt Employee
Saviynt Employee

you can add max attribute in the request payload to increase displaycount till 500 as below:

 

"max":500

dgandhi
All-Star
All-Star

API Document for reference:

https://documenter.getpostman.com/view/1797923/RWaLwo21#40cde1fe-89fe-4261-ba4d-087d0a62b0be

Thanks

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

IAM_99
Regular Contributor II
Regular Contributor II

Thanks Nimit & Devang.