Get all connection logs. In query you can pass: tableName=value | order=ASC (sorting by time when record was created at) | page=value & perPage=value | dateFrom=value & dateTo=value (to get logs between two dates) | email=value | limit=value (if you do not want use pagination. default limit is 500)
GET/logs/:connectionId
Get all connection logs. In query you can pass: tableName=value | order=ASC (sorting by time when record was created at) | page=value & perPage=value | dateFrom=value & dateTo=value (to get logs between two dates) | email=value | limit=value (if you do not want use pagination. default limit is 500)
Request
Responses
- 200
Return all table logs.