Get quotation block

Retrieves a single block from a quotation's block list (quotation-v2 builder).

A quotation's body is an ordered array of blocks stored on quotation.blocks;
this endpoint returns the one whose envelope id matches :blockId.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesQuotation ID
blockIdstringYesBlock envelope id (the stable UUID stored in blocks[].id)

Response Fields (block envelope)

FieldTypeDescription
idstringStable unique block id
typestringBlock type key (see blocks field in "Get quotation")
versionintegerSchema version of the block
visiblebooleanShown on the client/front side when true
titlestringBlock title (card header)
layoutobject{ columns, rows } layout controls (effective only on blocks that support them)
dataobjectBlock-specific payload (shape depends on type)

Response

  • 200 OK: Returns the block object
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Quotation or block not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Responses
200

Successful response

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!