search matches product name, token, or id. Filter by product/productId, time window (datetime_from/to), and numeric ranges.Authorization: ********************access_token: ********************curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/purchases/logs?cursor&limit&search&sortKey&sortDir&product&productId&datetime_from&datetime_to&qty_min&qty_max&price_min&price_max&amount_min&amount_max&status' \
--header 'Authorization: Bearer <token>'{
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": {
"rows": [
{
"id": "LOG-000342",
"txnTime": "2025-09-30T11:21:33.000Z",
"token": "BATCH-2025-09-30-12",
"product": "Basmati Rice 5kg",
"qty": 4,
"price": 6500,
"amount": 26000,
"status": "posted"
}
],
"nextCursor": "string",
"hasNext": true
},
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}