Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://recruiter-api.hr-manager.net/restful.svc/v2/{CUSTOMER-ALIAS}/{API-KEY}/Departments/

When calling an API method, simply replace these parts with proper values.

Info
titleAPI Key

Calling the above API requires an API Key with the key name "apikey". This should be sent as a request header.

Below is a curl example to fetch candidates for a customer using restful service passing API Key and value in the request header.


Code Block
languagebash
themeEclipse
titleCalling API with an API Key as a curl command
curl https://recruiter-api.hr-manager.net/restful.svc/v2/{CUSTOMER-ALIAS}/Departments/ -H "apikey: {API-KEY-VALUE}"  -H "Content-Type: application/json"


Items

The node for items include the list of department data objects.

...