bruno/memori-backend/Memori/Gets the statistics for sessions opened in a specified interval for the specified Memori object-.bru

23 lines
369 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
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:
}