v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
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

indicesstring[] required
resumestring

A random string that uniquely identify the resource.

jobTitlesstring[]
jobTitlesRequiredboolean
jobTitlesWeightnumber
totalYearsExperiencenumber nullable
yearsExperienceRequiredboolean
yearsExperienceWeightnumber
locationsWeightnumber
locationsRequiredboolean
skillsWeightnumber
languagesWeightnumber
degreesstring[]
degreesRequiredboolean
degreeTypesEducationLevel[]
degreeTypesRequiredboolean
educationWeightnumber
searchExpressionstring nullable
searchExpressionRequiredboolean
searchExpressionWeightnumber
socCodesinteger[]
socCodesWeightnumber
socCodesRequiredboolean
managementLevel'None' | 'Low' | 'Mid' | 'Upper' nullable
managementLevelRequiredboolean
managementLevelWeightnumber

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.