The Einpix API returns a maximum of 50 checklist templates per request. To retrieve the next set of 50 checklist templates, 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:
[{"id":"e0567fe7-ad23-4689-b9cc-9d7cb7b01118","title":"Template 1","check_items":{"id":"incididunt sit do","sort_order":-35480471,"label":"tempor nostrud nulla irure","type":"headline","required":false}},{"id":"0e37cc88-3538-4f30-beeb-ed5218bb2611","title":"Template 1","check_items":{"id":"aliqua qui sint","sort_order":24986424,"label":"consequat consectetur adipisicing","type":"dropdown","required":true}},{"id":"f47ed93c-46ea-4b10-9c44-7367f5212461","title":"Template 1","check_items":{"id":"ut","sort_order":-63003972,"label":"ut voluptate in Excepteur Lorem","type":"yesno","required":true}}]