Search & Match - Embedding
Get the config for the logged in user's embeddable job description search tool
Return configurations such as which fields can be displayed in the logged in user's embeddable job description search tool, what are their weights, what is the maximum number of results that can be returned, etc.
get/v2/job_description_search/config
Response
The config for the logged in user's embeddable job description search tool.
Example response
{
"maxResults": 10,
"indices": [
"all-job-descriptions",
"my-index"
],
"userId": 1234,
"username": "big.smoke",
"actions": [
{
"label": "Add to shortlist",
"eventName": "addToShortlist"
}
],
"customFieldsConfig": [
{
"dataPoint": "RdNAniIH",
"weight": 0.5
}
],
"distanceUnit": "km"
}