Sign in

Get mass update properties

documented

Return the properties for mass updates for the specified entity type.

GET /rest-services/{corpToken}/massUpdate/{entityType}Mass Updateno 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}}/massUpdate/{{$entityType}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "BhRestToken: {{BH_REST_TOKEN}}"