Appearance
Get list of products ready to scan
GET
/product/scannable-list
This endpoint is used to get a list of the products that have parts ready to scan, alongside the filepath to get the model target.
Authorizations
bearer
Type
HTTP (bearer)
Parameters
Header Parameters
Authorization
Type
string
Example
""Responses
application/json
JSON
[
{
"id": "string",
"reference": "string",
"name": "string",
"parts": [
{
"id": "string",
"reference": "string"
}
]
}
]