person-filter
Person Filter
Key: personFilter
The Filter object model is essential for classifying and filtering person
data based on specific criteria. It serves as an integral tool for users to organize and query data effectively.
Fields Description
Here is the detailed description of each field within the Person Filter model:
Field | Type | Description | Example |
---|---|---|---|
categoryKey | string | Links to a defined personFilterCategory key, representing the broader category under which this filter falls. | "topicsOfInterest" |
name | string | A user-friendly name that enhances readability and understanding of the filter's nature. | "Social Selling" |
description | string | Offers a detailed explanation of the filter category, aiding users in comprehending its context and relevance. | "Focuses on techniques and strategies for effective social selling within professional networks." |
Example Object
The JSON representation of a Person Filter object is as follows:
{
"categoryKey": "topicsOfInterest",
"name": "Social Selling",
"description": "Focuses on techniques and strategies for effective social selling within professional networks."
}