V3_DataLog_Get (Get)
- Last UpdatedNov 06, 2025
- 2 minute read
| Get | V3_DataLog_Get |
Resource Path:/api/v3/DataLog
| Name | Description | Data Type |
|---|---|---|
| grpId | The ID of the data log group. | integer |
| entId | The ID of the entity from which the data came. | integer |
| sampleTimeUtc | The date and time when the data was first logged in UTC. | string |
| sampleTimeLocal | The date and time when the data was first logged in the entity's local time. | string |
| woId | The ID of the work order. | string |
| operId | The ID of the operation. | string |
| seqNo | The job sequence number. | integer |
| stepNo | The step number of the job. | integer |
| itemId | The ID of the item to which the data applied. | string |
| lotNo | The lot number of the item to which the data applied. | string |
| sublotNo | The sublot number of the item to which the data applied. | string |
| shiftId | The shift ID. | integer |
| shiftStartUtc | The start date and time of the shift during which the data was logged in UTC. | string |
| shiftStartLocal | The start date and time of the shift during which the data was logged in the entity's local time. | string |
| genealogyId | The PEM intra-segment genealogy ID. | string |
| segmentRequirementId | The S95 segment requirement ID. | string |
| segmentResponseId | The S95 segment response ID. | string |
| lastEditBy | The user who added or last changed the data log. | string |
| lastEditAt | The date and time when the data log was added or last edited. | string |
| createdAtUtc | The date and time when the data log was created in UTC. | string |
| createdAtLocal | The date and time when the data log was created in the entity's local time. | string |
| rowId | 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 Array[Generated.Models.V3_DataLog_Get].
OKNote that this endpoint works only with the Data_Log table and not the Data_Log_16 or Data_Log_48 tables.