V3_QmSpec_Get (Get)
- Last UpdatedNov 06, 2025
- 2 minute read
| Get | V3_QmSpec_Get |
Resource Path:/api/v3/QmSpec
| Name | Description | Data Type |
|---|---|---|
| qmSpecId | The QM specification ID. | integer |
| qmSpecName | The QM specification name. | string |
| qmSpecDesc | The QM specification description. | string |
| editLevel | The user privilege level required to edit the specification. The default 1. | integer |
| verId | The specification version ID. | string |
| startEffUtc | The date and time when this version of the specification becomes effective, in UTC. The default is the current date and time. | string |
| endEffUtc | The date and time when this version of the specification is no longer in effect, in UTC. If null, this specification will no longer be in effect when a QM specification with the same name but a later effective start date goes into effect. | string |
| entId | The ID of the entity or entity class to which this specification applies. | integer |
| itemId | The ID of the item to which this specification applies. If this parameter has a value, then the itemCategoryId parameter must be null. | string |
| itemCategoryId | The ID of the item category to which this specification applies. If this parameter has a value, then the itemId parameter must be null. | integer |
| processId | The ID of the process to which this specification applies. If this parameter has a value, then the operId parameter must also have a value. | string |
| operId | The ID of the operation to which this specification applies. If this parameter has a value, then the processId parameter must also have a value. | string |
| categoryId | The ID of the category to which this specification belongs. | integer |
| planId | The ID of the default sample plan for this specification. | integer |
| numberPointsPerPage | The number of sample data points per page for the SPC Chart. | 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 ID of the user who created or last modified this record. | string |
| lastEditAt | The date and time when the record was added or last modified. | 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_QmSpec_Get].
OK