solarOSsolarOS Docs

Get purpose-built Quote builder content

Returns one Quote content graph inside the organization boundary using first-party builder concepts instead of raw child models: sections and lines, pricing inputs/computed totals, solar and system design data, financing scenarios, payment schedule funding sources and milestones, incentives, assumptions, savings, environmental data, and calculation status. Required scope: quotes:content:read.

GET
/quotes/{id}/content

Returns one Quote content graph inside the organization boundary using first-party builder concepts instead of raw child models: sections and lines, pricing inputs/computed totals, solar and system design data, financing scenarios, payment schedule funding sources and milestones, incentives, assumptions, savings, environmental data, and calculation status. Required scope: quotes:content:read.

Authorization

Authorization<token>

Organization API key. Format: Bearer sk_live_...

In: header

Path Parameters

id*string

Quote identifier returned by the Organization API.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/quotes/string/content"
{  "data": {},  "meta": {    "requestId": "string",    "version": "v1",    "timestamp": "2019-08-24T14:15:22Z",    "rateLimit": {      "limit": 0,      "remaining": 0,      "reset": 0    }  }}