List filter views

Retrieves a paginated list of filter views (saved filters/views).

Filter views allow users to save their preferred filter configurations, column selections, and sort orders for quick access. Views can be private or shared with other users in the company.

Query Parameters

ParameterTypeRequiredDescription
pageintegerNoPage number for pagination (default: 1)
limitintegerNoNumber of items per page (default: 50)
orderstringNoField to sort by (default: id)
directionstringNoSort direction: asc or desc (default: desc)
filters[scope][eq]stringNoFilter by scope (e.g., deals, customers, quotations)

Response Fields

FieldTypeDescription
idintegerFilter view unique identifier
labelstringView display name
scopestringEntity scope (deals, customers, etc.)
sharebooleanWhether the view is shared with other users
favoritebooleanWhether marked as favorite
byDefaultbooleanWhether this is the user's default view for the scope
columnsarrayColumn configuration to display
filtersarrayFilter criteria configuration
sortstringField to sort by
directionstringSort direction (asc/desc)
ownerobjectUser who created the view
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast 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[scope][eq]=deals
?filters[share][eq]=true
?filters[favorite][eq]=true

Response

  • 200 OK: Returns paginated list of filter views
  • 401 Unauthorized: Invalid or missing API key
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
integer
string
string
Responses
200

Successful response

401

Unauthorized

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