Get departments
Retrieve a list of all departments in your Recruitment Manager account.
URL | https://api.recman.no/v2/get/ |
Scope | department |
Fields | See list below |
Criteria | corporationId |
Example | https://api.recman.no/v2/get/?key=YOUR_KEY&scope=department&fields=name,email&corporationId=3 |
Department Fields
Fields | Description |
---|---|
namestring | |
address1string | |
address2string | |
postalCodestring | |
citystring | |
countrystring | |
bankAccountstring | |
officePhonestring | |
vatNumberstring | |
emailstring | |
logostring | |
parentDepartmentIdstring | |
numberstring | |
corporationIdstring | |
invoiceNamestring | |
ibanstring | |
bicstring | |
invoiceIngressstring |
Click here if you want to try out our API tester
json
{
"success": true,
"numRows": 1,
"data": {
"1095":{
"departmentId": "1095",
"name": "Job Reg AS",
"email": "support@jobreg.no"
}
}
}