get
https://api.duodeal.app/api/filter-views/
Retrieves a single filter view by its ID.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Filter view unique identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Filter view unique identifier |
label | string | View display name |
scope | string | Entity scope (deals, customers, etc.) |
share | boolean | Whether the view is shared with other users |
favorite | boolean | Whether marked as favorite |
byDefault | boolean | Whether this is the user's default view |
columns | array | Column configuration to display |
filters | array | Filter criteria configuration |
sort | string | Field to sort by |
direction | string | Sort direction (asc/desc) |
owner | object | User who created the view |
company | object | Associated company |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Response
200 OK: Returns the filter view details401 Unauthorized: Invalid or missing API key404 Not Found: Filter view not found
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
