Get proposal JSON snapshot
GET/v1/proposals/:id/json
Returns the full data snapshot used to render the PDF template (mirrors what AppScript receives).
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Proposal JSON snapshot.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.