23 lines
369 B
Plaintext
23 lines
369 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: https://backend.memori.ai/api/v2/MemoriSessions/{strToken}/{strMemoriID}/{strDateFrom}/{strDateTo}
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:query {
|
|
~strDateFrom:
|
|
~strDateTo:
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
strMemoriID:
|
|
}
|