The Einpix API returns a maximum of 50 clients per request. To retrieve the next set of 50 clients, update the page parameter by incrementing it by 1 from the previous request.Filtering with since and beforesinceReturns only the records created or updated after the given datetime. Use this when you want to fetch new or modified data since a specific point in time.beforeReturns only the records created or updated before the given datetime. Use this when you want to fetch historical data up to a certain point in time.Usage ExamplesGet items created/updated after or/and before August 1st, 2025, 10:30 AM Vilnius:?since=2025-08-01T10:30:00%2B03:00Values
?since=2025-08-01T10:30:00%2B03:00
?before=2025-08-01T10:30:00%2B03:00
Values explanation:
since/before - Query params name
2025-08-01 - The date
T - Separator between date and time
10:30:00 - Time
%2B - URL encoding for +
Recognized the format - 2025-08-01T10:30:00+05:30
Request to format dates and timesWhen providing dates and times, please always use two digits for months, days, hours, minutes, and seconds.✅ Correct format: