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 can I run Fetch Runtime Controls Data V2 API that return more than 500 records?

oscarcheng
New Contributor III
New Contributor III

I have a Analytics query that contains more than 3000 records for disconnected system.

API: /ECM/api/v5/fetchRuntimeControlsDataV2

{
    "analyticsid""1521",
    "max":"5000"
}
 
However, it only returns me 500 records
  "displaycount"500,
    "msg""success",
    "totalcount"3952,
    "results": [
]
}
3 REPLIES 3

armaanzahir
Valued Contributor
Valued Contributor

Hi @oscarcheng ,

All Api's related to analytics will fetch the max value as 500 by default if max is not defined or is more than 500.

Thanks,

Armaan

[This post has been edited by a Moderator to remove out-dated information.]

Regards,
Md Armaan Zahir

sk
All-Star
All-Star

You can try pagination as well 


Regards,
Saathvik
If this reply answered your question, please Accept As Solution and give Kudos to help others facing similar issue.

Darshanjain
Saviynt Employee
Saviynt Employee

Hi @oscarcheng 

We are no longer increasing the value , please use pagination to get all records.

 

 

Thanks

Darshan