Skip to content

Get all incomplete QM objects

GET
/qm/rest/v1/qm

Returns a list of all QM objects that are not completed (completed is null or 0)

Authorizations

bearerAuth
TypeHTTP (bearer)

Responses

List of incomplete QM objects

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

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0