WeeklyUsageStatistics
Retrieve the number of API calls that specific users have consumed in the past 7 days.
Select
Note: Filters provided with one of the supported operators listed in the "Operators" column are processed server-side, all the other filters are processed client-side.
SELECT * FROM WeeklyUsageStatistics WHERE UserId='User123'
Columns
| Name | Type | Operators | Description |
| Date | Date | The date when the API Calls were made. | |
| UserId | String | The ID of the user. | |
| Count | Int | The individual count for the user. |