Skip to content

Get QM objects

GET
/qm/rest/v1/qm/get-qm

Returns QM objects based on lot number and/or type

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Query Parameters

lotnumber

Lot number to filter by

Typestring
Example"LOT123"
qm_type

QM type to filter by

Typeinteger
Valid values
12
Example1

Responses

List of QM objects

application/json
JSON
[
{
"id": 0,
"lotnumber": "string",
"qm_type": 0,
"status": "string",
"createdAt": "string"
}
]

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0