V3_QmSpec_GetByFilter (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_QmSpec_GetByFilter |
Resource Path:/api/v3/QmSpec/filter
| Name | Description | Data Type |
|---|---|---|
| qmSpecName | The QM specification name. | string |
| qmSpecDesc | The QM specification description. | string |
| verId | The specification version ID. | string |
| startDateUtc | The date and time when this version of the specification becomes effective, in UTC. | string |
| endDateUtc | The date and time when this version of the specification is no longer in effect, in UTC. | 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. | string |
| itemCategoryId | The ID of the item category to which this specification applies. | integer |
| processId | The ID of the process to which this specification applies. | string |
| operId | The ID of the operation to which this specification applies. | string |
| activeSpecs | Indicates whether to filter for active (true) or expired (false) specifications. | boolean |
| 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_GetByFilter].
OK