MyIPR API
  • Welcome
  • GETTING STARTED
    • Generate API Key
  • API GUIDES
    • Overview
    • Authentication
    • Rate Limiting
    • Errors
    • Pagination
    • API Reference
      • Get all categories
      • Get all files
      • Create Certificate
      • Get file versions
      • Get version details
      • Get version certificate
Powered by GitBook
On this page
  1. API GUIDES

Pagination

To ensure optimal performance and efficient retrieval, we've implemented pagination for file fetching. This means results are delivered in manageable sets of 30 files per page.

To access specific pages, simply append the desired page number as a query parameter to the following endpoint:

/recent-files?page=1

PreviousErrorsNextAPI Reference

Last updated 1 year ago