V3_SamplePlan_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_SamplePlan_Get |
Resource Path:/api/v3/SamplePlan
| Name | Description | Data Type |
|---|---|---|
| planId | The sample plan ID. | integer |
| planName | The sample plan name. | string |
| planDesc | The sample plan description. | string |
| categoryId | The ID of the category to which the sample plan belongs. | integer |
| verifiedWrite | The indication whether an operator confirmation of manually entered values is required. | boolean |
| sampleName | The pattern sample name. | string |
| resetOption | The option for resetting the part(#) values within the sample plan name back to 1. 0 = Never reset (the default) 1 = Reset with change in local date | 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 updated the record. | string |
| lastEditAt | The date and time when the 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_SamplePlan_Get].
OK