get
https://api.duodeal.app/api/deal-view-links
Retrieves a paginated list of all deal view links.
Deal view links associate a specific deal with a deal view template, generating a unique shareable URL (UUID) for external viewing.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
page | integer | No | Page number for pagination (default: 1) |
limit | integer | No | Number of items per page (default: 50) |
order | string | No | Field to sort by (default: id) |
direction | string | No | Sort direction: asc or desc (default: desc) |
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Deal view link unique identifier |
uuid | string | Unique public identifier (UUID v7) for sharing |
deal | object | Associated deal |
dealView | object | Associated deal view template |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Filtering
This endpoint supports advanced filtering. See the Filter System Documentation for the complete list of operators and usage examples.
Quick examples:
?filters[deal.id][eq]=123
?filters[dealView.name][contains]=Standard
Response
200 OK: Returns paginated list of deal view links401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
