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

20 lines
336 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
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:
}