Dictionary

Get Metadata for a Dictionary Item

Securityauth
Request
path Parameters
id
required
string

Skill id. The Get Dictionary Id endpoint can be used to retrieve metadata for any dictionary item such as job title, institution, degree, hobby, certification or skill. The metadata returned by this endpoint includes translations for title and definition, and type for skills.

header Parameters
X-Enterprise-Id
required
string
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

get/dictionary/{id}
Request samples

Get Dictionary Metadata by IDs

Securityauth
Request
header Parameters
X-Enterprise-Id
required
string
Request Body schema: application/json
required

An array of dictionary IDs. The Retrieve Metadata for dictionary IDs is useful for retrieving metadata for a large number of dictionary items. The endpoint can be used to retrieve metadata for up to 500 dictionary item such as job title, institution, degree, hobby, certification or skill. The metadata returned by this endpoint includes translations for title and definition, and type for skills. This is a POST API and the request JSON takes an array of dictionary Ids. Activity

ids
Array of strings
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

post/dictionary/ids
Request samples
application/json
{
  • "ids": [
    ]
}

Get Dictionary Metadata by Titles

Securityauth
Request
header Parameters
X-Enterprise-Id
required
string
Request Body schema: application/json
required

An array of dictionary Titles. The Retrieve Metadata for dictionary Titles is useful for retrieving metadata for a large number of dictionary items. The endpoint can be used to retrieve metadata for up to 500 dictionary item such as job title, institution, degree, hobby, certification or skill. The metadata returned by this endpoint includes translations for title and definition, and type for skills. This is a POST API and the request JSON takes an array of dictionary Titles. Activity

titles
Array of strings
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

post/dictionary/titles
Request samples
application/json
{
  • "titles": [
    ]
}