v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBTime Off
Get time off
Fetch a time off.
Required scope: time_off:read
get/time_offs/{time_off_id}
Path parameters
time_off_idstring required
The time off ID
Response
A time off
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/time_offs/vcr_1bri",
"related": {
"teammate": "https://yourCompany.api.frontapp.com/teammates/tea_1bri"
}
},
"id": "vcr_1bri",
"name": "Out of office",
"start_at": 1606943265.298,
"end_at": 1607548065.298,
"created_at": 1606943265.298,
"updated_at": 1606943265.298,
"auto_responder": {
"is_enabled": true,
"channel_ids": [
"cha_1bri",
"cha_2bri"
],
"body": "Thanks for reaching out, I will reply when I am back."
}
}