Read and update Bullhorn Candidate, JobOrder, and Placement entities using the correct search vs query endpoint

domain: bullhorn.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Identify whether the entity you need (Candidate, JobOrder, Placement, ClientCorporation, etc.) is indexed — indexed entities support the faster /search endpoint.
  2. Use /entity/{EntityName}/search with Lucene-style query syntax for indexed entities.
  3. Use /entity/{EntityName}/query (SQL-like where clause) for entities that are not indexed — calling /search on them fails.
  4. Paginate results with start and count parameters on either endpoint.
  5. For single-record reads/writes, use GET/POST/PUT on /entity/{EntityName}/{id} directly rather than search/query.

Known gotchas

Related routes

Bullhorn REST API: query and update Tearsheets (hotlists) of candidates or jobs
bullhorn.com · 5 steps · unrated
Bullhorn REST API: create a Note linked to a Candidate, JobOrder, or ClientContact
bullhorn.com · 5 steps · unrated
Bullhorn REST API: parse a resume file into structured Candidate data
bullhorn.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans