Skip to main content

Hello everyone,

We’re looking for implementation of Pagination concept to efficiently handle large datasets by retrieving data in smaller, manageable chunks. This will improve response time and optimize memory usage, an idea for same has been raised: Pagination concept to be include in | All Product Ideas - Public

Do you have similar situation by any chance? You can share your relevant experience or vote for the idea if you find it useful.

Cheers,

Thanks and Regards,

Jaya

 

Hello ​@Jaya 

We do have have optional query parameters is some of our API calls that allow you to breakup a large data-set. 

On supported API calls you can page through the data-set using the following query parameters.

limit: (optional) (default: 1000) Number of records to return
offset: (optional) (default: 0) Number of records to skip before returning records

For example have a look at our GET ManagedAccounts API call.

https://docs.beyondtrust.com/bips/docs/password-safe-api#get-managedaccounts

 

Regards,

John


Reply