Skip to main content

List Person Filter Categories

Endpoint

The response includes an array of person filter category object models.

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

Request

Parameters

None

Response

The response includes a person filter category object model.

Example

{
"data": {
"results": [
{
"key": "department",
"name": "Department",
"description": "The department where the employee works based on his title."
}
]
}
}
note
  • Update Frequency: The data for person filter categories is updated daily.
  • Sorting: The data in the response is sorted by the name attribute of each category.