Get filter view

Retrieves a single filter view by its ID.

Path Parameters

ParameterTypeRequiredDescription
idintegerYesFilter view unique identifier

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
columnsarrayColumn configuration to display
filtersarrayFilter criteria configuration
sortstringField to sort by
directionstringSort direction (asc/desc)
ownerobjectUser who created the view
companyobjectAssociated company
createdAtdatetimeCreation timestamp
updatedAtdatetimeLast update timestamp

Response

  • 200 OK: Returns the filter view details
  • 401 Unauthorized: Invalid or missing API key
  • 404 Not Found: Filter view not found
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Responses
200

Successful response

401

Unauthorized

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