Add get user by id tasks

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-11-20 12:16:38 +01:00
parent d142979e49
commit feef269015
3 changed files with 32 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
meta {
name: Get user tasks by id
type: http
seq: 10
}
get {
url: {{url}}/api/users/tasks/{{id}}
body: none
auth: inherit
}
vars:pre-request {
id:
}
settings {
encodeUrl: true
timeout: 0
}