Updated User Stats API (markdown)
parent
abfffa1676
commit
69476559c2
1 changed files with 5 additions and 3 deletions
|
@ -26,9 +26,11 @@ Response code of `200 OK`
|
||||||
week_sum : <sum of the last 7 days for user>,
|
week_sum : <sum of the last 7 days for user>,
|
||||||
week_count : <count of the last 7 days for user>,
|
week_count : <count of the last 7 days for user>,
|
||||||
month_sum : <sum of the last 30 days for user>,
|
month_sum : <sum of the last 30 days for user>,
|
||||||
month_count : <count of the last 30 days for user>
|
month_count : <count of the last 30 days for user>,
|
||||||
global_sum : <sum of global transactions>,
|
user_sum : <sum of all transactions for user>,
|
||||||
global_count : <count of global transactions>
|
user_count : <count of all transactions for user>,
|
||||||
|
global_sum : <sum of all global transactions>,
|
||||||
|
global_count : <count of all global transactions>
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Reference in a new issue