add get event tasks route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-11-21 12:07:23 +01:00
parent 5e846a8896
commit 016017ab30
3 changed files with 38 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: Get event tasks
type: http
seq: 3
}
get {
url: {{url}}/api/events/{{id}}/tasks
body: none
auth: inherit
}
vars:pre-request {
id:
}
settings {
encodeUrl: true
timeout: 0
}