GET : List Sizes
This endpoint lets you retrieve all sizes use throughout Piloty
All Sizes elements
GET
https://api.piloty.fr/company_sizes
{
"total": 121,
"data":[
{
"id": "62cc627cf40fc5d45819d8f8",
"ref": "under_20",
"content": {
"translation": {
"en": "< 20",
"fr": "< 20"
}
}
},
{...},
]
}
Request example
curl -X GET -G "https://api-piloty.fr/company_sectors" \
-H "Authorization: Bearer PILOTY_TOKEN" \
Last updated