v1
latestOpenAPI 3.0.02026-07-24189145350.1 KBOrders
Get all orders
Get all orders
get/orders/search
Query parameters
limitinteger
Max number of rows that will be displayed per request
offsetinteger
Number of rows skipped from the beginning of the cursor
codestring
Code you want to look for
fromstring
From date that you want to search (must have an ending date and the interval cannot be more than 7 days)
tostring
To date that you want to search (must have an starting date and the interval cannot be more than 7 days)
Response
Get all orders
Example response
{
"data": [
{
"date": "2022-12-31",
"qtn": "ABC123",
"timeWindow": [
{
"from": "08:00",
"to": "13:00"
}
]
}
]
}