Parameters
All list endpoints support offset-based pagination:| Parameter | Type | Default | Range | Description |
|---|---|---|---|---|
limit | integer | 20 | 1–100 | Number of results per page |
offset | integer | 0 | 0+ | Number of results to skip |
Usage
Response format
Paginated endpoints include apagination object:
| Field | Description |
|---|---|
limit | Number of results requested |
offset | Current offset |
total | Total number of matching results |
hasMore | true if more results exist beyond this page |
Iterating through all results
Endpoints that support pagination
GET /api/articlesGET /api/articles/by-sector/{sector}GET /api/articles/searchGET /api/entitiesGET /api/entities/{id}/articles