Insights

Create Talent Traits

Post a query with different filters for talent traits. All the values in the same filter is treated as an OR operation, while all the values in a different filter is treated as an AND operation.

post/api/v2/insights/talent-traits

Headers

Authorizationstring required

The secret key to access the api. It starts with the bearer token

Request body

includeModelsstring[] nullable

models that should be included

querystring nullable

query to be provided, can not be null

filterLocationstring nullable

To be provided to filter by Location

filterSenioritystring[] nullable

To be provided to filter by Seniority

filterTitlestring[] nullable

To be provided to filter by Title

filterCompanystring[] nullable

To be provided to filter by Company

Response

OK

correctedQuerystring nullable

corrected query for given query

querystring nullable

query for traits

countinteger nullable

total count

Changes

No recorded changes to this endpoint across all 1 revision of this API.