Skip to content

Get all part waiting for scan

GET
/part/waiting-scan

This endpoint is used to get all the parts that are waiting for a scan, with their files url.

Authorizations

bearer
Type
HTTP (bearer)

Responses

application/json
JSON
[
{
"id": "string",
"reference": "string",
"product": {
"id": "string",
"reference": "string",
"name": "string"
}
}
]

Playground

Server
Authorization

Samples

Powered by VitePress OpenAPI