Skip to main content

List Person Filters

Endpoint

The response includes an array of person filter object models.

  • URL: https://api.profileapi.com/2024-03-01/person-filters
  • HTTP Method: GET

Request

Parameters

Query

  • Key: query
  • Data Type: string
  • Description: A string containing search terms to filter filters.
  • Required: true

Category Key

  • Key: categoryKey
  • Data Type: string
  • Description: The person filter category key.
  • Required: true

Limit

  • Key: limit
  • Data Type: number
  • Description: Specifies the maximum number of results to return. Maximum is 1000. Default is 10.
  • Default: 10
  • Required: false

Response

The response includes a list of person filter object models.

Example

{
"data": {
"results": [
{
"categoryKey": "topicsOfInterest",
"name": "Social Selling",
"description": "Focuses on techniques and strategies for effective social selling within professional networks."
}
]
}
}
info
  • Search Query: The search query includes alternative names in the search results to ensure comprehensive filtering.