Search Filters Pagination: Base Employee API
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/employee_base/search/filter?after="2024-05-20 15:35:28",40513386' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"updated_at_gte": "2022-05-26 12:41:10",
"certification_title": "Data Processing",
"experience_title": "python developer"
}'[
1000,
1001,
3000,
4004
]curl -X 'POST' \
'https://api.coresignal.com/cdapi/v2/employee_base/search/filter?items_per_page=250' \
-H 'accept: application/json' \
-H 'apikey: {API Key}' \
-H 'Content-Type: application/json' \
-d '{
"updated_at_gte": "2022-05-26 12:41:10",
"certification_title": "Data Processing",
"experience_title": "python developer"
}'