DailyUsageStatistics
Gets a list of users and the number of calls they have consumed in the current day
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 current day
SELECT * FROM DailyUsageStatistics
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 |