Skip to main content

Récupérer les tags

Vous pouvez récupérer les tags créés dans l'application grâce à l'API.

Requête

GET /company/{companyID}/tags

Run in Postman

Paramètres

ParamètreInTypeObligatoireDescriptionExemple
companyIDpathstring
✔️
Identifiant de l'entrepriseWy3EOp2NP3p1KMq8

Exemples de requête

Requête cURL
curl -X GET https://api.flatchr.io/company/Wy3EOp2NP3p1KMq8/tags
-H "Authorization: Bearer {token}"
-H 'Content-Type: application/json'

Réponse

NameTypeDescription
idstringIdentifiant du tag
tag_idintegerIdentifiant en clair du tag
company_idintegerIdentifiant en clair de l'entreprise
titlestringTitre du tag
valuesstringValeurs possibles du tag (séparées par des ;)
multiplebooleanLe tag peut il avoir plusieurs valeurs ?
visiblebooleanLe tag est ils visible par défaut sur la fiche candidat ?
creatablebooleanPeut on créer une nouvelle valeur pour le tag ?
folderbooleanLe tag est-il utilisé en tant que dossier ?
typestringCandidates pour les tags candidats ou vacancies pour les tags sur les offres
positionintegerPosition du tag dans la liste

Exemple de réponse

[{
"id": "7jKJ0Mpz60pXNgxa",
"tag_id": 1174,
"company_id": 99,
"title": "Service IT",
"values": "",
"multiple": false,
"visible": false,
"creatable": false,
"folder": true,
"type": "vacancies",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "BQGYLqn1NV9mE0y1",
"tag_id": 1177,
"company_id": 99,
"title": "Candidature Spontanée ",
"values": "",
"multiple": false,
"visible": false,
"creatable": false,
"folder": true,
"type": "vacancies",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "vADYjo9mwOdkR0ry",
"tag_id": 1178,
"company_id": 99,
"title": "Langues",
"values": "Français;Anglais;Espagnol;Allemand; Italien;Chinois",
"multiple": true,
"visible": true,
"creatable": false,
"folder": false,
"type": "candidates",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "JBMQj09Z8YdxoRLO",
"tag_id": 1181,
"company_id": 99,
"title": "Entreprise précédente ",
"values": "",
"multiple": false,
"visible": false,
"creatable": true,
"folder": false,
"type": "candidates",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "5gQayv9L1Qp6LXE4",
"tag_id": 1183,
"company_id": 99,
"title": "Diplôme ",
"values": "Bac;Bac +2;Bac +3;Bac +5",
"multiple": false,
"visible": true,
"creatable": false,
"folder": false,
"type": "candidates",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "OBEjyY9lVMdZl7o2",
"tag_id": 1171,
"company_id": 99,
"title": "Service Marketing ",
"values": "",
"multiple": false,
"visible": false,
"creatable": false,
"folder": true,
"type": "vacancies",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "l2yObP9O17d1ZYBW",
"tag_id": 1172,
"company_id": 99,
"title": "Service Ressources Humaines ",
"values": "",
"multiple": false,
"visible": false,
"creatable": false,
"folder": true,
"type": "vacancies",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "2zNDRr9B1MnYqQyE",
"tag_id": 1173,
"company_id": 99,
"title": "Service Financier",
"values": "",
"multiple": false,
"visible": false,
"creatable": false,
"folder": true,
"type": "vacancies",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "0LEZBvp5EvpMoVmg",
"tag_id": 1175,
"company_id": 99,
"title": "Service Commercial",
"values": "",
"multiple": false,
"visible": false,
"creatable": false,
"folder": true,
"type": "vacancies",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "KL5kDWnboM9yawrb",
"tag_id": 1176,
"company_id": 99,
"title": "Expérience",
"values": "Junior;Confirmé;Senior",
"multiple": false,
"visible": true,
"creatable": false,
"folder": false,
"type": "candidates",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "K8AbY1n7RedLgJNk",
"tag_id": 1179,
"company_id": 99,
"title": "Langages Informatique",
"values": " PHP; Python;JavaScript;React,;NodeJS",
"multiple": true,
"visible": true,
"creatable": false,
"folder": false,
"type": "candidates",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "X2kea8pXY6dN1o0B",
"tag_id": 1180,
"company_id": 99,
"title": "CRM",
"values": "SalesForce;Hubspot;Pipedrive;Sellsy",
"multiple": false,
"visible": true,
"creatable": false,
"folder": false,
"type": "candidates",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "a7brjV9M1Q9R5mNG",
"tag_id": 1182,
"company_id": 99,
"title": "Métiers ",
"values": "RH;Commercial;IT;Finance;Marketing;Tech;Service client",
"multiple": true,
"visible": true,
"creatable": false,
"folder": false,
"type": "candidates",
"position": null,
"tagCandidateRestriction": []
}, {
"id": "0D3NVZdq2MnMyb6z",
"tag_id": 1184,
"company_id": 99,
"title": "referrer",
"values": "",
"multiple": false,
"visible": true,
"creatable": true,
"folder": false,
"type": "candidates",
"position": null,
"tagCandidateRestriction": []
}]