Clients - Saved Filters
Saved client filter management for personalized client views. Provides CRUD operations for creating, retrieving, updating, and deleting saved client filters. Users can save their preferred client filtering criteria (by manager, partner, associate, status, type, service, etc.) for quick access and reuse. Saved filters are scoped to individual users within a tenant.
-
GET List SavedClientFiltersLists all saved client filters for the current user within the tenant./tenants/{tenant}/saved-client-filters
-
POST Create SavedClientFilterCreates a new saved client filter for the current user./tenants/{tenant}/saved-client-filters
-
GET Get SavedClientFilterGets a specific saved client filter by code./tenants/{tenant}/saved-client-filters/{code}
-
PUT Update SavedClientFilterUpdates an existing saved client filter./tenants/{tenant}/saved-client-filters/{code}
-
DELETE Delete SavedClientFilterDeletes a saved client filter./tenants/{tenant}/saved-client-filters/{code}