Saucs
beta
  • Authentication
    • Basic auth
  • Pagination
  • Rate limit
  • API documentation
    • CVE
    • CWE
    • Vendors
    • Products
    • Reports
    • Alerts
Saucs
  • Docs »
  • Pagination

PaginationΒΆ

Some endpoints can return lots of results : get the list of CVE for example. In these cases the request must be paginated with the ?page parameter.

Example with the list of CVE :

curl https://api.saucs.com/cve?page=100

When no result is found (the page parameter is too high), an empty list is returned.

Next Previous

© Copyright 2017, Saucs.

Built with Sphinx using a theme provided by Read the Docs.