bruno/memori-backend/Process/Gets a list of Process objects for the specified Memori.bru

18 lines
263 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Gets a list of Process objects for the specified Memori.
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/v2/MemoriProcesses/:strToken/:strMemoriID/:strType
body: none
auth: none
}
params:path {
strToken:
strMemoriID:
strType:
}