Company Filter
Key: companyFilter
The Filter object model is crucial for classifying and filtering company
and person
data based on specific criteria. It is an integral tool for users to organize and query data effectively.
Fields Description
Below is a detailed description of each field within the Filter model:
Field | Type | Description | Example |
---|---|---|---|
categoryKey | string | Links to a defined companyFilterCategory key, representing the broader category under which this filter falls. | "businessModelTypes" |
name | string | A user-friendly name that enhances readability and understanding of the filter's nature. | "Business to Business (B2B)" |
description | string | Offers a detailed explanation of the filter category, aiding users in comprehending its context and relevance. | "B2B, or business-to-business, refers to transactions or relationships where one company provides products or services to another company, rather than to individual consumers." |
count | integer | Represents the total number of companies within the dataset that are categorized under this filter, reflecting its prevalence and significance. | 3200000 |
Example Object
{
"categoryKey": "businessModelTypes",
"name": "Business to Business (B2B)",
"description": "B2B, or business-to-business, refers to transactions or relationships where one company provides products or services to another company, rather than to individual consumers.",
"count": 3200000
}