APIUsageDetail
Provides granular data on API usage, tracking functions, client interactions, and transaction details.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | A unique identifier for the API usage detail record. |
| Client_type | String | The type of client accessing the API, such as application or user. |
| Partnerid | String | The identifier of the partner associated with the API usage. |
| Function | String | The specific API function being called during the recorded usage. |
| Controlid | String | The control ID associated with the API request. |
| Policyid | String | The policy ID applied to the API request. |
| Dtdversion | String | The DTD (Document Type Definition) version used during the API interaction. |
| Doccontrolid | String | The document control ID linked to the API transaction. |
| Loginid | String | The login ID of the user or application accessing the API. |
| N_trans | Int64 | The number of transactions performed during the API usage session. |
| Created_date | Datetime | The date when the API usage record was created. |
| Created_time | Datetime | The exact time when the API usage record was created. |
| Status | String | The status of the API usage transaction, such as success or error. |
| Record_url | String | The URL linking to the detailed record of the API usage. |