"I have been trying to make a query through this API, and I want to pull all records rather than just ones starting with "Kevin".
I tried taking out the query param, or leaving it blank and it gives a "missing param error". I tried using an * wildcard and that gave me a "bad query error". " This part is solved ->
the API uses Lucene query syntax but I can't find anything that suits my need. I'm doing it in Postman as well.
Edit: I was able to pull all records, but now its only showing me 20 ("count": 20, line 4) of the 119,044. How can i get all records? Also i am using the bullhorn REST API, here is the documentation: https://bullhorn.github.io/rest-api-docs/index.html#put-savedsearchfavorite
Thank you all!
