Find a PCB using the orderID that was specified during its creation.
GET
curl -i -X GET \
'https://api.luminovo.com/ems/pcb/pcbs?orderId=string'PCB was found
Array []
The Name of the PCB This property exists to help identify the corresponding assembly if needed.
Response
[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "assembly": "4eb48ea2-7b92-4715-a97a-6a7090607f3b", "description": "string", "created": "2019-08-24", "files": [ … ], "filesLocked": true, "lifecycles": [ … ], "projectType": {}, "orderId": "string", "outline": "string", "specifications": [ … ], "properties": { … }, "customer": "0ac6320b-fa4d-4235-8d23-413a2b863bad" } ]