Get list of orders with id lower than {id}

GET {{baseUrl}}/orders/id_lower_than/:id

Service urls:
http://yourdomain.com/api/rest_admin/orders/id_lower_than/{id}
OR
http://yourdomain.com/index.php?route=rest/order_admin/orders&filter_id_lower_than={id}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":"\u003cinteger\u003e","error":["\u003cstring\u003e","\u003cstring\u003e"],"data":"\u003cobject\u003e"}