Ocoya API
Visit Ocoya
  • Getting Started
    • Introduction
    • Quick Start
  • Fundamentals
    • Authentication
    • Rate limits
    • Limitations
      • Date limitations
      • URL file limitations
      • Pagination limitations
  • Endpoints
    • Me
    • Workspaces
    • Social profiles
    • Posts
      • List posts
      • Create post
      • Update post
      • Delete post
  • Change log
    • 2025-05-16
    • 2024-10-10 (breaking)
  • Extra
    • HTTP status codes
Powered by GitBook
On this page
Edit on GitHub
  1. Fundamentals
  2. Limitations

Pagination limitations

We fetch records using pagination. Please comply with the following limitations regarding that:

Limitation
Description

Minimum page

Each page starts at 0. Defaults to 0 if page is not provided.

Maximum perPage

Each page size must not exceed 50 records (larger numbers will default to 50)

PreviousURL file limitationsNextMe

Last updated 4 days ago