Search Preview: Base Employee API
Overview
Request queries
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/employee_base/search/filter/preview' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"headline": "Data",
"skill": "Front-end"
}'curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/employee_base/search/es_dsl/preview' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"query":{
"query": {
"bool": {
"should": [
{
"query_string": {
"query": "John Doe",
"default_field": "full_name",
"default_operator": "and"
}
}
]
}
}
}'Response structure
Data field
Description
Data type
Pagination
Last updated
Was this helpful?