Provides a paginated list of available logs from devices.
Params
- filters.since, optional, datetime. Datetime value formatted as Y-m-d H:i:s which makes the method returning logs created after this timestamp
- filters.until, optional, datetime. Datetime value formatted as Y-m-d H:i:s which makes the method returning logs created before this timestamp
- filters.serialNumber, optional, string. Filter logs by this serial number only. There must be a device with serial number or an error will be returned
- offset, optional, string. Default 0. Offset for query results. The param is used for pagination.
- limit, optional, string. Default 20. Limit for query results. The param is used for pagination.
If no logs available the method will return an empty list and a count node will contain 0
{
"accessToken": null,
"filters": {
"since": null,
"until": null,
"serialNumber": null
},
"offset": null,
"limit": null
}