GitHub

Logs


Log resource

Properties

countint
nextstring
previousstring
results []array

GET Collection

Get a collection of logs

Example

1curl --location --request GET 'https://eu-dev.middleware.ewarehousing-solutions.com/wms/logs'

Response

1{
2 "count": 1655,
3 "next": "https://eu-dev.middleware.ewarehousing-solutions.com/wms/logs?page=2",
4 "previous": null,
5 "results": [
6 {
7 "id": "cc6c80d6-6c6d-4ebc-a141-61b8c0408ad4",
8 "customer": "be62c27e-2aac-4ac1-902e-f770d64f8dce",
9 "path": "documents/33a59408-c708-4da4-9f1f-50e87c968928",
10 "error": null,
11 "status_code": "404",
12 "method": "delete",
13 "payload": null,
14 "response": {
15 "type": "https://tools.ietf.org/html/rfc2616#section-10",
16 "title": "An error occurred",
17 "detail": "Not Found",
18 "status": 404
19 },
20 "requested_at": "2022-09-05T19:00:37.942032",
21 "request_time": 0.021228999999948428
22 },
23 {
24 "id": "bae0cb9f-ef97-4208-8106-8e9200efa092",
25 "customer": "be62c27e-2aac-4ac1-902e-f770d64f8dce",
26 "path": "stock",
27 "error": null,
28 "status_code": "200",
29 "method": "get",
30 "payload": null,
31 "response": [
32 {
33 "id": "5060691c-2812-48e2-bd07-82ff3fd19382",
34 "ean": "1337",
35 "sku": null,
36 "variant": {
37 "id": "5060691c-2812-48e2-bd07-82ff3fd19382",
38 "ean": "1337",
39 "sku": null,
40 "name": "1337",
41 "depth": null,
42 "value": 0.0,
43 "width": null,
44 "height": null,
45 "weight": null,
46 "expirable": false,
47 "description": null,
48 "article_code": "1337",
49 "hs_tariff_code": null,
50 "country_of_origin": null,
51 "using_serial_numbers": false
52 },
53 "modified_at": "2022-07-18T09:55:49+00:00",
54 "article_code": "1337",
55 "stock_salable": 94,
56 "stock_physical": 100,
57 "stock_pickable": 97,
58 "stock_available": 94,
59 "stock_quarantine": 0
60 }
61 ],
62 "requested_at": "2022-09-05T18:58:32.244406",
63 "request_time": 0.017088000000001102
64 }
65 ]
66}