V3_DataLogValue_Get (Get)
- Last UpdatedNov 06, 2025
- 2 minute read
| Get | V3_DataLogValue_Get |
Resource Path:/api/v3/DataLogValue
| Name | Description | Data Type |
|---|---|---|
| grpId | The data log group ID. | integer |
| valueIndex | The index number that identifies the value within the data log group. | integer |
| valueName | The name of the value. | string |
| valueType | The enumeration of the value type. 0 = String 1 = Number 2 = Logical 3 = Datetime | integer |
| editable | Indicates whether a user can manually enter or modify the value. | boolean |
| curValue | The last measured value for this data log value or the upper or lower limit value. | string |
| specId | The ID of the global specification to which this data log value is linked. | string |
| meaning | integer | |
| meaningToValueIndex | This parameter is not used by the system. | integer |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| lastEditBy | The user who added or last changed the data log value. | string |
| lastEditAt | The date and time when the data log value was added or last edited. | string |
| modId | The current modification ID of the data log value record in the Data_Log_Value table. This ID is binary number that increments each time the record's table row is modified. | string |
| 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 Array[Generated.Models.V3_DataLogValue_Get].
OK