GET : List Remote policies
This endpoint lets you retrieve all remote policies use throughout Piloty
All Remote Policies elements
GET
https://api.piloty.fr/remote_policies
{
"total": 121,
"data":[
{
"id": "633ab1122cca2e7e75e8339d",
"name": "Fulltime",
"ref": "fulltime",
"content": {
"translation": {
"en": "Fulltime",
"fr": "100% télétravail"
}
}
},
{
"id": "633ab1122cca2e7e75e833a8",
"name": "Part-time",
"ref": "part_time",
"content": {
"translation": {
"en": "Part-time",
"fr": "Télétravail partiel possible"
}
}
},
{...},
]
}
Request example
curl -X GET -G "https://api-piloty.fr/remote_policies" \
-H "Authorization: Bearer PILOTY_TOKEN" \
Last updated