v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBTalent
Get Talent Tag Definitions
Returns a list of dropdown values for the talent tag definitions from the Tags tab of the talent profile.
get/v1/talent-tag-definitions
Headers
RequestIdstring uuid
The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
Unique request identifier (UUID) used to correlate request data with log entries and events.
FrontOfficeTenantIdinteger
An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.
Tenantstring
Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.
Response
A list of talent tag definitions.
Example response
{
"certifications": [
{
"id": 589,
"name": "Forklift Certified",
"frontOfficeTenantId": 796
}
],
"citizenship": [
{
"id": 295,
"name": "Citizen",
"frontOfficeTenantId": 796
}
],
"candidateSources": [
{
"id": 293,
"name": "LinkedIn",
"frontOfficeTenantId": 796
}
],
"companies": [
{
"id": 734,
"name": "ABC Corp",
"frontOfficeTenantId": 796
}
],
"customTags": [
{
"categoryId": 827,
"category": "Language",
"detailId": 288,
"detail": "Spanish",
"frontOfficeTenantId": 796
}
],
"industries": [
{
"id": 289,
"name": "Retail",
"frontOfficeTenantId": 796
}
],
"quickSearchTitles": [
{
"id": 582,
"name": "Accounting",
"frontOfficeTenantId": 796
}
],
"skills": [
{
"positionId": 381,
"position": "Clerical",
"descriptionId": 2998,
"description": "Data Entry",
"frontOfficeTenantId": 796,
"talentFacing": true
}
]
}