Pagination
Collection endpoints return only results:
{
"data": [ /* ... */ ],
"success": true,
"message": "Data fetched successfully."
}
Pass page and optional pageSize (max 500) on subsequent requests:
GET /Supplier/Products/List?page=1&pageSize=100
Cursors are opaque — never parse them. They embed sort key + tenant scope.