WeeklyUsageStatistics
Gets a list of users and the number of calls they have consumed in a week
Table Specific Information
Select
Note: All filterable columns must be specified using the '=' operator.
Retrieves a list of users and the number of calls they have consumed in the paast 7 days
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 |