In this article, you can read about how to retrieve attribute IDs for companies, contact persons, projects and candidates.
List Attributes
Adding attributes to candidates, companies, contact persons, and projects requires an attributeId. To obtain these attribute IDs, you first have to do a GET request for the selected attribute scope using the requests below.
Note
Creating a new attribute must be done within the system by an administrator.
Get Company Attributes
GET
https://api.recman.io/v2/get/?
key={{api_key}}&scope=companyAttributePARAMS
| key | {{api_key}} required |
| scope | companyAttribute required |
Get Company Contact Attribute Scope
GET
https://api.recman.io/v2/get/?
key={{api_key}}&scope=companyContactAttributePARAMS
| key | {{api_key}} required |
| scope | companyContactAttribute required |
Get Project Attribute Scope
GET
https://api.recman.io/v2/get/?
key={{api_key}}&scope=projectAttributePARAMS
| key | {{api_key}} required |
| scope | projectAttribute required |
| page | 1 |
Get Candidate Attribute Scope
GET
https://api.recman.io/v2/get/?key={{api_key}}
&scope=candidateAttribute&withTranslations=trueFor retrieving attribute translations, please specify the query parameterwithTranslations=true.
Language codes in the response are specified in the ISO 639-1 standard.
PARAMS
| key | {{api_key}} required |
| scope | candidateAttribute required, string |
| withTranslations | true optional, boolean (true/false) |