v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Proposals

Retrieve Proposal

Retrieve the proposal for a given design.


This action allows you to retrieve the details of the proposal for a given design.

get/tenants/{tenant_id}/designs/{design_id}/proposals/default

Path parameters

tenant_idstring uuid required

The ID of the tenant that the design is part of.

design_idstring uuid required

The ID of the design to retrieve the default proposal for.

Response

Design Default Proposal successfully retrieved.

Example response

{
  "proposal": {
    "proposal_link": "https://v2.aurorasolar.com/projects/ae98052f-9fed-40c9-a373-55f2aeaa6e87/designs/36a69994-6029-4835-8b1a-ab5fcb26bd18/document-proposal/9d7a162c-a287-4e0d-a026-5f3ea4821cfd"
  }
}