Newest API Changelogs
May 2025
Search Results
2 min
impacted index all apis endpoints impacted formats all available formats impacted delivery starting with may 21st, 2025 impact new query parameter for search results limitation new parameter we are adding a new query parameter ?items per page={int} , allowing you to specify the number of results retrieved per search results page the current limit is 1,000 thus, this parameter lets you set a smaller limit value for the results page see an example query below sample curl x 'post' \\ 'https //api coresignal com/cdapi/v2/employee base/search/es dsl?items per page=10' \\ h 'accept application/json' \\ h 'apikey {api key}' \\ h 'content type application/json' \\ d '{ "query" { "bool" { "should" \[ { "query string" { "query" "john doe", "default field" "full name", "default operator" "and" } } ] } } }'