List department entities
documentedList entities within the user’s departments for specified types.
GET /rest-services/{corpToken}/department{Entity}s/?fields={fields}&start={start}&count={count}Departmentno 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}}/department{{$Entity}}s/?fields={{fields}}&start={{start}}&count={{count}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "BhRestToken: {{BHREST_TOKEN}}" \
-H "Content-Type: application/json"