List pins by quotation

Retrieves all pins for a specific quotation, including their comments. This is a public endpoint that does not require authentication.

Path Parameters

ParameterTypeRequiredDescription
quotationUuidstring (UUID)YesQuotation unique identifier

Response Fields

FieldTypeDescription
uuidstringPin unique identifier
offsetXfloatHorizontal position of the pin
offsetYfloatVertical position of the pin
zoneIdstringZone identifier where the pin is placed
commentsarrayList of comments attached to this pin
comments[].uuidstringComment unique identifier
comments[].contentstringComment text content
comments[].authorNamestringName of the comment author
comments[].authorobjectUser object if authenticated author
comments[].createdAtdatetimeComment creation timestamp
createdAtdatetimePin creation timestamp

Response

  • 200 OK: Returns array of pins with comments
  • 404 Not Found: Quotation not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
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!