20 lines
336 B
Plaintext
20 lines
336 B
Plaintext
meta {
|
|
name: Gets the statistics for sessions opened in a specified interval for
|
|
the specified Memori object.
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
get {
|
|
url: {{baseUrl}}/api/v2/MemoriSessions/:strToken/:strMemoriID/:strDateFrom/:strDateTo
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
strMemoriID:
|
|
strDateFrom:
|
|
strDateTo:
|
|
}
|