WeeklyUsageStatistics
Gets a list of users and the number of calls they have consumed in a week
テーブル固有の情報
Select
Note: すべてのフィルター可能なカラムは、'=' 演算子で指定する必要があります。
ユーザーのリストと、ユーザーが過去7日間に実行した呼び出し回数を取得します。
SELECT * FROM WeeklyUsageStatistics
Columns
| Name | Type | Filterable | Description |
| Date | Date | The date when the API Calls made | |
| Total | Integer | The total count of the API Calls | |
| UserId | String | The ID of the user | |
| APICount | Integer | The individual count for the user |