GET : List Job Categories
This endpoint lets you retrieve all job categories use throughout Piloty
All Job Categories elements
GET
https://api.piloty.fr/job_categories
{
"total": 320,
"total_group": 28,
"data": [
{
"id": "620b843fb2588842404cfa58",
"level": 0,
"parent_id": null,
"parent_ref": null,
"ref": "audit",
"content": {
"translation": {
"cs": "Audit",
"en": "Audit",
"es": "Auditoría",
"fr": "Audit",
"po": "Audit",
"sk": "Audit"
}
},
"children": {
"total": 14,
"data": [
{
"id": "620b8440b2588842404cfa6e",
"ref": "audit_audit",
"content": {
"translation": {
"cs": "Audit",
"en": "Audit",
"es": "Auditoría",
"fr": "Audit",
"po": "Audit",
"sk": "Audity"
}
}
},
{...}
]
},
},
{...}
]
}
Request example
curl -X GET -G "https://api-piloty.fr/job_categories" \
-H "Authorization: Bearer PILOTY_TOKEN" \
Last updated