Logs
Get all Logs of the Day
GET /api/logs
Returns all the Logs of the day specified
Response
The response is an array of Logs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
|
Get all Logs of Pages
GET /api/logs/pages
Returns all the Logs of Pages
Response
The response is a list of Pages with logs
1 2 3 4 5 6 7 |
|
Get all dates with Logs
GET /api/logs/dates
Returns all the dates with Logs present
Response
The response is a list of dates
[
"2024-02-26",
"2024-02-27",
"2024-02-28"
]
Download a Zip file of all Log files
GET /api/logs/download
Returns all the dates with Logs present
Response