bruno/memori-backend/Process/Gets a list of Process objects started by the currently logged in User.bru

17 lines
243 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Gets a list of Process objects started by the currently logged in User.
2024-07-16 10:15:30 +02:00
type: http
seq: 1
}
get {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/api/v2/Processes/:strToken/:strType
2024-07-16 10:15:30 +02:00
body: none
auth: none
}
params:path {
2025-03-26 15:08:31 +01:00
strToken:
strType:
2024-07-16 10:15:30 +02:00
}