API Docs / Schemas / SavedClientFilterDto

SavedClientFilterDto

A saved client filter belonging to a tenant user, defining reusable criteria for filtering client lists

Properties

Name Type Description
codestring

Unique identifier within the tenant

Unique identifier within the tenant

namestring

User-friendly name for this saved filter

User-friendly name for this saved filter

descriptionstring

Optional description providing more details about this filter's purpose

Optional description providing more details about this filter's purpose

includeInMenuboolean

Whether this filter should be included in the filter menu/quick access list

Whether this filter should be included in the filter menu/quick access list

managerCodesarray of string

Filter by manager code(s)

Filter by manager code(s)

partnerCodesarray of string

Filter by partner code(s)

Filter by partner code(s)

associateCodesarray of string

Filter by associate code(s)

Filter by associate code(s)

statusesarray of enum

Filter by client status(es)

Active Inactive Prospect LostProspect

Filter by client status(es)

Active Inactive Prospect LostProspect

typesarray of enum

Filter by client type(s)

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust Charity SoleTrader

Filter by client type(s)

PrivateLimitedCompany PublicLimitedCompany LimitedLiabilityPartnership Partnership Individual Trust Charity SoleTrader

serviceCodesarray of string

Filter by billable service code(s)

Filter by billable service code(s)

packageCodesarray of string

Filter by service package code(s)

Filter by service package code(s)

teamCodesarray of string

Filter by team code(s)

Filter by team code(s)

serviceStageCodesarray of string

Filter by service stage composite codes (format: "serviceCode:stageCode")

Filter by service stage composite codes (format: "serviceCode:stageCode")

defaultSortFieldenum

Name InternalReference Team

Name InternalReference Team

defaultSortDescboolean

Sort in descending order (true) or ascending order (false)

Sort in descending order (true) or ascending order (false)

iconNamestring

Optional Lucide icon name for visual identification (e.g., "Calendar", "Users", "Star")

Optional Lucide icon name for visual identification (e.g., "Calendar", "Users", "Star")

colorstring

Optional hex color for visual identification (e.g., "#FF5733")

Optional hex color for visual identification (e.g., "#FF5733")

createdDatestring

When the filter was created

When the filter was created

updatedDatestring

When the filter was last updated

When the filter was last updated

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "includeInMenu": false,
  "managerCodes": [
    "string"
  ]
}

Used By Operations

Contained in Schemas