- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Does anyone know if it's possible to get a page larger than 20 entries at a time from the /api/advisories API call?
There's nothing in the docs... I can cache the full entries... And when running a test, I get good speed for everything except the next page of the advisory list... If the pages were larger I'd have fewer turnaround waits. Obviously this is only really useful on the second and subsequent run through a particular advisory. But when testing new features, or fixing issues occasionally I have to run through a lot of advisories
TIA
H
Accepted Solutions

- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Hamish,
To add on to Raheel's reply:
So something like this should work:
https://api.app.flexerasoftware.com/api/advisories/?page_size=50
We hope that helps.

- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Larger pages from /api/advisories ?
Hello,
Please have a look at the below link, where you can simply add your watchlist name at the bottom of the script. This will give you all the advisories for that particular watchlist. You can then use this advisories information wherever you want.
Please note: Remember to use your own SVR API token at the start of the script.
Regards,
Raheel

- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi Hamish,
To add on to Raheel's reply:
So something like this should work:
https://api.app.flexerasoftware.com/api/advisories/?page_size=50
We hope that helps.