How can I use Postman to call the Accounts API and retrieve more than the 250-record limit in the response?

you’ll want to get out of Postman for this and start scripting. if you know how to use Powershell, i have a module i wrote with a function that can do what you’re looking for here - A completely different ISC PowerShell Module. the Get-ISCAccount function will retrieve all accounts on a specified source.

3 Likes