HEAD monthly-production
https://api.combocurve.com/v1/monthly-productions?updatedAt[ge]=2023-10-02HEAD Returns X-Query-Count - 21670
GET monthly-productions
First call
https://api.combocurve.com/v1/monthly-productions?take=2000&updatedAt[ge]=2023-10-02
Returns 2K records and Next and First links .
Next link ishttps://api.combocurve.com/v1/monthly-productions?take=2000&updatedAt%5Bge%5D=2023-10-02&cursor=NjQ1MTg2OTcwNWRmODkyN2Y2YWUwMjMwfDI%3DNext page call
https://api.combocurve.com/v1/monthly-productions?take=2000&updatedAt%5Bge%5D=2023-10-02&cursor=NjQ1MTg2OTcwNWRmODkyN2Y2YWUwMjMwfDI%3DReturns 1896 records and only
Firstlink, noNext
GET returns total 3896 records.
Using skip param works as documented.