GET be/logs/daily/{date}
Permette di richiedere il log Eventi giornaliero
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EventLog| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| machineId | string |
None. |
|
| timestamp | integer |
None. |
|
| source |
Valori possibili: machine|front-end |
string |
None. |
| eventType | string |
None. |
|
| eventData | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"machineId": "sample string 2",
"timestamp": 3,
"source": "sample string 4",
"eventType": "sample string 5",
"eventData": "sample string 6"
},
{
"id": 1,
"machineId": "sample string 2",
"timestamp": 3,
"source": "sample string 4",
"eventType": "sample string 5",
"eventData": "sample string 6"
}
]