Skip to content

PnP

Pick and Place (PnP) data for assemblies.

Operations

Get PnP Items

Request

Get a list of PnP items for an assembly.

Security
BearerAuth
Query
assembly_idstring, (uuid)required

The assembly ID to get PnP items for.

Headers
Acceptstring(PnpAcceptHeader)required

Set this to application/api.luminovo.pnp-v1+json.

Value:"application/api.luminovo.pnp-v1+json"
GET
/pnp
curl -i -X GET \
  'https://api.luminovo.com/pnp?assembly_id=497f6eca-6276-4993-bfeb-53cbbbba6f08' \
  -H 'Accept: application/api.luminovo.pnp-v1+json' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

PnP items.

Bodyapplication/json
One of:
typestringrequired
Value:"PnpNotUploaded"
Response
{ "type": "PnpNotUploaded" }