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
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "ids": [
- "string"
]
}
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
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
{- "titles": [
- "string"
]
}