APIUsageSummary
Summarizes API usage data, including transaction counts, client types, and daily summaries.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | A unique identifier for the API usage summary record. |
| Total_trans | Int64 | The total number of API transactions recorded in the summary. |
| Daily_sum | Int64 | The total number of API transactions performed on the current day. |
| Client_type | String | The type of client accessing the API, such as application or user. |
| Today | Datetime | The date associated with the API usage summary. |
| Record_url | String | The URL linking to the detailed record of the API usage summary. |