Query an entity (GET)
documentedQuery an entity type using JPQL where clause; returns matching IDs/fields.
GET /rest-services/{corpToken}/query/{entity}?where={query}&fields={fields}&layout={layout}Queryno implementation yet0 runsInput
corpToken*
Bullhorn corpToken
e999
entity*
Bullhorn entity
JobOrder
where
Query (JPQL)
id > 100
fields
Fields to return
id,firstName,lastName
layout
Layout
Summary
Calls Bullhorn as you (your API key is your account); keychains.dev holds the credentials.