Get All Orders
POST
/open/orders/getAll
Get All Orders
This API will get all orders.
Name | Type | Description |
---|---|---|
api_key | string | Your API-key |
user_id | number(optional) | Your userid |
marketplace_user_id | number(required) | Your marketplace user id |
order_status | number |
|
sortCol | number | If sort column equals to 1 then it will sort according to order Id , if it is equals to 3 then it will sort according to job delivery datetime |
sortDir | any | Sort direction is descending |
start | number | Start here (pagination columns) |
length | number | Length (pagination columns) |
start_date | string | Start date for filtering results |
end_date | string | End date for filtering results. |
Request
Body Params application/json
Request samples
Responses
Modified at 2024-04-17 07:11:33