17 lines
271 B
Plaintext
17 lines
271 B
Plaintext
meta {
|
|
name: Gets a list of currently known values for a named context variable.
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/memori/v2/ContextVarValues/:strSessionID/:contextVarName
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
contextVarName:
|
|
}
|