V3_DataLog_GetByKey (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_DataLog_GetByKey |
Resource Path:/api/v3/DataLog/key
| Name | Description | Data Type |
|---|---|---|
| rowId | Required. The unique row ID of the data log record in the Data_Log table. | integer |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Generated.Models.V3_DataLog_GetByKey.
OKNote that this endpoint works only with the Data_Log table and not the Data_Log_16 or Data_Log_48 tables.