Get entity by ID
documentedRetrieve a single {entityType} by ID with specified fields.
GET /rest-services/{corpToken}/entity/{entityType}/{entityId}?fields={fieldList}Entityno implementation yet0 runsNo 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"