Search & Match
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/v3/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.
Example response
{
"jobTitle": {
"value": [
{
"name": "Javascript developer",
"startDate": "2021-06-16",
"endDate": "2022-05-01",
"companyName": "Affinda",
"match": true
}
]
},
"location": {
"value": {
"formatted": "Blacksburg, VA, USA",
"postalCode": "3124",
"state": "Virginia",
"stateCode": "TX",
"country": "United States",
"countryCode": "US",
"rawInput": "Blacksburg, VA",
"streetNumber": "1",
"street": "Smith St",
"apartmentNumber": "12",
"city": "Blacksburg",
"poBox": "P.O. Box 123",
"match": true
}
},
"education": {
"value": [
{
"organization": "Virginia Polytechnic Institute and State University (Virginia Tech)",
"accreditation": {
"education": "Bachelor of Science",
"inputStr": "Bachelor of Science, Mechanical Engineering, expected",
"matchStr": "Bachelor of Science",
"educationLevel": "bachelors"
},
"grade": {
"raw": "GPA : 3.35",
"metric": "GPA",
"value": "3.35"
},
"location": {
"formatted": "Blacksburg, VA, USA",
"postalCode": "3124",
"state": "Virginia",
"stateCode": "TX",
"country": "United States",
"countryCode": "US",
"rawInput": "Blacksburg, VA",
"streetNumber": "1",
"street": "Smith St",
"apartmentNumber": "12",
"city": "Blacksburg",
"poBox": "P.O. Box 123"
},
"dates": {
"completionDate": "2021-05-01",
"startDate": "2019-05-01",
"rawText": "May-Aug '18"
},
"match": true
}
]
},
"skills": {
"value": [
{
"lastUsed": "2022-05-16",
"match": true
}
]
},
"experience": {
"match": true
},
"occupationGroup": {
"value": [
{
"match": true
}
]
},
"languages": {
"value": [
{
"lastUsed": "2022-05-16",
"match": true
}
]
},
"managementLevel": {
"level": "Low",
"match": true
}
}