Common parameters
page
(integer, optional): The page number for pagination (default is 1).per_page
(integer, optional): The number of choices per page (default is 10)last_sync_datetime
(datetime, optional): Compares withupdated_at
column and send data where updated_at is > last_sync_datetimeformat: ISO 8601 (YYYY-MM-DDTHH:MM:SS.ssssss)
eg: 2023-07-30 08:48:55.781228
Summary
8520API v2
url: https://staging.makerble.com/api/v2
default params:
page: 2 (default 1)
per_page: 50 (default 10)
default response example (multiple records):
{
page: 1
page_size: 10
page_count: 1459
total_count: 14581
data: [
{
id: 123
name: Ben Parker
..
updated_at: 2020-12-31T11:45:07.769+00:00
created_at: 2020-12-31T11:45:07.769+00:00
}
]
}
default response example (single record):
{
id: 123
name: Ben Parker
..
updated_at: 2020-12-31T11:45:07.769+00:00
created_at: 2020-12-31T11:45:07.769+00:00
}