Get the list of all assemblies included in your project.
Note: A project is the same as an RfQ (Request for Quotation). Both /projects and /rfqs endpoints are available.
Security
BearerAuth
GET
curl -i -X GET \
'https://api.luminovo.com/projects/{id}/tree' \
-H 'Accept: application/api.luminovo.assembly-ids-v1+json' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "assembly_ids": [ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ] }