Skip to main content

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:

FieldTypeDescriptionExample
categoryKeystringLinks to a defined personFilterCategory key, representing the broader category under which this filter falls."topicsOfInterest"
namestringA user-friendly name that enhances readability and understanding of the filter's nature."Social Selling"
descriptionstringOffers 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."
}