Skip to content

Get BOM Tree

Request

Get the list of all assemblies included in your RfQ. Note: Luminovo creates an assembly for every created RfQ. Hence, the RfQ ID itself is also referenced as an assembly.

Security
BearerAuth
Path
idstringrequired

id of the RfQ.

Headers
Acceptstring(AssemblyIdsAcceptHeader)required

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

Value:"application/api.luminovo.assembly-ids-v1+json"
GET
/rfqs/{id}/tree
curl -i -X GET \
  'https://api.luminovo.com/rfqs/{id}/tree' \
  -H 'Accept: application/api.luminovo.assembly-ids-v1+json' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Get BOM tree for RfQ.

Bodyapplication/json
assembly_idsArray of strings, (uuid)required
Response
{ "assembly_ids": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ] }