bruno/memori-backend/ConsumptionLog/Gets the Consumption Log objects for a specific User in a specific date interval.bru

20 lines
342 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Gets the Consumption Log objects for a specific User in a specific date interval.
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/v2/UserConsumptionLogs/:strToken/:strUserID/:strType/:strDateFrom/:strDateTo
body: none
auth: none
}
params:path {
strToken:
strUserID:
strType:
strDateFrom:
strDateTo:
}