V3_Result_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_Result_Get |
Resource Path:/api/v3/Sample/Result
| Name | Description | Data Type |
|---|---|---|
| rowId | The row ID of the result record in the Result table. | integer |
| sampleId | The sample ID. | integer |
| charId | The characteristic ID. | integer |
| valueNo | The number that identifies the value in the subgroup. | integer |
| resultValue | The result value of the measured characteristic. | number |
| actSampleSize | The actual sample size. | integer |
| createdBy | The ID of the user who entered the value. | string |
| createdAtUtc | The date and time when the value was entered, in UTC. | string |
| superseded | An enumeration that indicates whether this result record has been superseded by another result record for the same sample ID, characteristic ID, and value number combination. 0 = No (the default) 1 = Superseded | integer |
| lastEditBy | The ID of the user who added the record. | string |
| lastEditAt | The date and time, in UTC, when the record was added. | 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_Result_Get].
OK