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