add get all events route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-11-22 00:33:51 +01:00
parent 9e271f8a3e
commit c83b626b9a
3 changed files with 30 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
meta {
name: Get all events
type: http
seq: 5
}
get {
url: {{url}}/api/events
body: none
auth: inherit
}
settings {
encodeUrl: true
}