Sign in

Get entity by ID

documented

Retrieve a single {entityType} by ID with specified fields.

GET /rest-services/{corpToken}/entity/{entityType}/{entityId}?fields={fieldList}Entityno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://rest{{$swimlane}}.bullhornstaffing.com/rest-services/{{$corpToken}}/entity/{{$entityType}}/{{$entityId}}?BhRestToken={{BULLHORN_BHRESTTOKEN}}&fields={{fieldList}}" \
  -X GET \
  -H "Accept: application/json"