Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 462 Bytes

API.md

File metadata and controls

12 lines (11 loc) · 462 Bytes

Loggsy API Information

Endpoint Method Description
/api/logs GET Get all logs
/api/logs DELETE Delete all logs
/api/log POST Create a new log
/api/log/{id} GET Get a log by ID
/api/log/{id} PUT Update a log by ID
/api/log/{id} DELETE Delete a log by ID
/api/logs/search GET Get logs by searching specific fields
/api/logs/aggregate GET Get aggregated logs data