17 lines
243 B
Plaintext
17 lines
243 B
Plaintext
meta {
|
|
name: Gets a list of Process objects started by the currently logged in User.
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/api/v2/Processes/:strToken/:strType
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
strType:
|
|
}
|