Offset-based Pagination
Offset-based Pagination
A pagination method using offset and limit parameters (?offset=0&limit=50). Simple but slow for deep offsets.
Related Terms
- API (Application Programming Interface)
- REST (Representational State Transfer)
- GraphQL
- SOAP (Simple Object Access Protocol)
- gRPC