V3_SampleCharLink_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_SampleCharLink_Get |
Resource Path:/api/v3/SampleCharLink
| Name | Description | Data Type |
|---|---|---|
| sampleId | The sample ID. | integer |
| charId | The characteristic ID. | integer |
| qmSpecId | The ID of the specification from which the sample was generated. | integer |
| note | A text note about this sample for this characteristic. | string |
| causeId | The ID of the cause for this characteristic of this sample. | integer |
| controlMove | Indicates whether there was a change to an environmental factor for this sample that would render old control limits obsolete. The default is false. | boolean |
| ignoreSample | Indicates whether this sample should be ignored when calculating statistics and run rule violations for this characteristic. The default is false. | boolean |
| equipment | The equipment used to make the measurements for this characteristic for this sample. | string |
| actualSampleSize | The Actual Sample (subgroup) size if not recording individual results. | integer |
| lastEditBy | Holds the ID of the user who added or last updated the record. | string |
| lastEditAt | The date and time that this record was added or last updated. | 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_SampleCharLink_Get].
OK