get
https://api.duodeal.app/api/pins/quotation/
Retrieves all pins for a specific quotation, including their comments. This is a public endpoint that does not require authentication.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
quotationUuid | string (UUID) | Yes | Quotation unique identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
uuid | string | Pin unique identifier |
offsetX | float | Horizontal position of the pin |
offsetY | float | Vertical position of the pin |
zoneId | string | Zone identifier where the pin is placed |
comments | array | List of comments attached to this pin |
comments[].uuid | string | Comment unique identifier |
comments[].content | string | Comment text content |
comments[].authorName | string | Name of the comment author |
comments[].author | object | User object if authenticated author |
comments[].createdAt | datetime | Comment creation timestamp |
createdAt | datetime | Pin creation timestamp |
Response
200 OK: Returns array of pins with comments404 Not Found: Quotation not found
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
