Search & Match - Searching
Get search result of specific job description
This contains more detailed information about the matching score of the search criteria, or which search criteria is missing in this job description. The identifier is the unique ID returned via the /job_description_search endpoint.
post/v2/job_description_search/details/{identifier}
Path parameters
identifierstring required
Example:ELgrnBbM
Job Description identifier
Request body
Example request
{
"indices": [
"all-job-descriptions"
],
"degreeTypes": [
"bachelors"
],
"managementLevel": "Low",
"customData": [
{
"filterType": "equals",
"dataPoint": "isAvailable",
"field": "isAvailable",
"query": {
"value": true
}
}
]
}Response
Successfully retrieved detail search result.