V3_DataLogGrp_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_DataLogGrp_Get |
Resource Path:/api/v3/DataLogGrp
| Name | Description | Data Type |
|---|---|---|
| grpId | The data log group ID. | integer |
| grpDesc | The data log group description. | string |
| maxValue | The maximum number of data logs that can be collected for the group. Valid values are up to 64. For groups being used in MES Operator, it will only be 16 or 48. | integer |
| triggerType | integer | |
| obsolete | The indication whether this data log group is obsolete. | boolean |
| 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 group. | string |
| lastEditAt | The date and time when the data log group was added or last edited. | 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_DataLogGrp_Get].
OK