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 the saved client filters visible to the current user within the tenant: their own filters plus any shared with the practice./tenants/{tenant}/saved-client-filters
-
POST Create SavedClientFilterCreates a new saved client filter owned by the current user./tenants/{tenant}/saved-client-filters
-
GET Get SavedClientFilterGets a specific saved client filter by code. Only filters owned by or shared with the current user are accessible./tenants/{tenant}/saved-client-filters/{code}
-
PUT Update SavedClientFilterUpdates an existing saved client filter. Only the owner can update a filter./tenants/{tenant}/saved-client-filters/{code}
-
DELETE Delete SavedClientFilterDeletes a saved client filter. Only the owner can delete a filter./tenants/{tenant}/saved-client-filters/{code}
-
PUT Set Menu PreferenceSets whether this saved client filter appears in the current user's menu. This is a per-user preference and does not affect other users./tenants/{tenant}/saved-client-filters/{code}/menu