v1
latestOpenAPI 3.0.02026-07-26550199.6 KBbusy-time-type
Get a single busy-time-type
Get busy-time-type data by id
get/busy-time-types/{id}
Path parameters
idinteger required
Example:1
Response
Object with busy-time-type data.
Example response
{
"id": 1,
"title": "Meeting",
"color": "#72a2c3",
"duration": 60,
"note": "Daily stand-up"
}