GET : List Worktimes
This endpoint lets you retrieve all remote policies use throughout Piloty
All Worktimes elements
GET
https://api.piloty.fr/worktimes
{
"total": 121,
"data":[
{
"id": "633ab32f2cca2e7e75e8676d",
"name": "Fulltime",
"ref": "fulltime",
"content": {
"translation": {
"en": "Fulltime",
"fr": "Temps plein"
}
}
},
{...},
]
}
Request example
curl -X GET -G "https://api-piloty.fr/worktimes" \
-H "Authorization: Bearer PILOTY_TOKEN" \
Last updated