Person Filter Object Model
Key: personFilter
The Person Filter
Object Model is designed to enhance the search experience for companies by enabling advanced filtering capabilities.
Category Key
- Key:
categoryKey
- Data Type:
string
- Description: Links to a defined
companyFilterCategory
key, representing the broader category under which this filter falls. - Example:
topicsOfInterest
Name
- Key:
name
- Data Type:
string
- Description: A user-friendly name that enhances readability and understanding of the filter's nature.
- Example:
Social Selling
Description
- Key:
description
- Data Type:
string
- Description: Offers a detailed explanation of the filter category, aiding users in comprehending its context and relevance.
- Example:
Focuses on techniques and strategies for effective social selling within professional networks.
Example
{
"categoryKey": "topicsOfInterest",
"name": "Social Selling",
"description": "Focuses on techniques and strategies for effective social selling within professional networks."
}