Support Hours
Returns a shallow list of support hours without exception details. Use the single resource endpoint to retrieve the complete support hour including all exceptions.
The Bearer API key of your user more info.
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0the maximum number of results when paging through a list of support hours.
50list of support hours
GET /api/support-hours HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
list of support hours
[
{
"id": 1,
"name": "text",
"teams": [
{
"id": 1,
"name": "text"
}
],
"timezone": "Europe/Berlin",
"supportDays": {
"MONDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"TUESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"WEDNESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"THURSDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"FRIDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SATURDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SUNDAY": {
"start": "00:00:00",
"end": "00:00:00"
}
},
"managedBy": {
"type": "API",
"source": "text"
}
}
]The Bearer API key of your user more info.
This is an include field, it is not available in the list resource
the response
This is an include field, it is not available in the list resource
POST /api/support-hours HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 531
{
"id": 1,
"name": "text",
"teams": [
{
"id": 1,
"name": "text"
}
],
"timezone": "Europe/Berlin",
"supportDays": {
"MONDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"TUESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"WEDNESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"THURSDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"FRIDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SATURDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SUNDAY": {
"start": "00:00:00",
"end": "00:00:00"
}
},
"exceptions": [
{
"name": "text",
"start": "2026-01-01",
"end": "2026-01-01",
"supportStatus": "DURING"
}
]
}the response
{
"id": 1,
"name": "text",
"teams": [
{
"id": 1,
"name": "text"
}
],
"timezone": "Europe/Berlin",
"supportDays": {
"MONDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"TUESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"WEDNESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"THURSDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"FRIDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SATURDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SUNDAY": {
"start": "00:00:00",
"end": "00:00:00"
}
},
"exceptions": [
{
"name": "text",
"start": "2026-01-01",
"end": "2026-01-01",
"supportStatus": "DURING"
}
],
"managedBy": {
"type": "API",
"source": "text"
},
"currentStatus": "DURING"
}The Bearer API key of your user more info.
entity ID
the support hour object
This is an include field, it is not available in the list resource
GET /api/support-hours/{id} HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
the support hour object
{
"id": 1,
"name": "text",
"teams": [
{
"id": 1,
"name": "text"
}
],
"timezone": "Europe/Berlin",
"supportDays": {
"MONDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"TUESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"WEDNESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"THURSDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"FRIDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SATURDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SUNDAY": {
"start": "00:00:00",
"end": "00:00:00"
}
},
"exceptions": [
{
"name": "text",
"start": "2026-01-01",
"end": "2026-01-01",
"supportStatus": "DURING"
}
],
"managedBy": {
"type": "API",
"source": "text"
},
"currentStatus": "DURING"
}The Bearer API key of your user more info.
entity ID
This is an include field, it is not available in the list resource
the updated support hour object
This is an include field, it is not available in the list resource
PUT /api/support-hours/{id} HTTP/1.1
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 531
{
"id": 1,
"name": "text",
"teams": [
{
"id": 1,
"name": "text"
}
],
"timezone": "Europe/Berlin",
"supportDays": {
"MONDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"TUESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"WEDNESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"THURSDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"FRIDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SATURDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SUNDAY": {
"start": "00:00:00",
"end": "00:00:00"
}
},
"exceptions": [
{
"name": "text",
"start": "2026-01-01",
"end": "2026-01-01",
"supportStatus": "DURING"
}
]
}the updated support hour object
{
"id": 1,
"name": "text",
"teams": [
{
"id": 1,
"name": "text"
}
],
"timezone": "Europe/Berlin",
"supportDays": {
"MONDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"TUESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"WEDNESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"THURSDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"FRIDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SATURDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SUNDAY": {
"start": "00:00:00",
"end": "00:00:00"
}
},
"exceptions": [
{
"name": "text",
"start": "2026-01-01",
"end": "2026-01-01",
"supportStatus": "DURING"
}
],
"managedBy": {
"type": "API",
"source": "text"
},
"currentStatus": "DURING"
}The Bearer API key of your user more info.
entity ID
if deletion was successful
DELETE /api/support-hours/{id} HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
if deletion was successful
No content
The Bearer API key of your user more info.
unique name of the support hour
the support hour object
This is an include field, it is not available in the list resource
GET /api/support-hours/name/{name} HTTP/1.1
Authorization: YOUR_API_KEY
Accept: */*
the support hour object
{
"id": 1,
"name": "text",
"teams": [
{
"id": 1,
"name": "text"
}
],
"timezone": "Europe/Berlin",
"supportDays": {
"MONDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"TUESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"WEDNESDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"THURSDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"FRIDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SATURDAY": {
"start": "00:00:00",
"end": "00:00:00"
},
"SUNDAY": {
"start": "00:00:00",
"end": "00:00:00"
}
},
"exceptions": [
{
"name": "text",
"start": "2026-01-01",
"end": "2026-01-01",
"supportStatus": "DURING"
}
],
"managedBy": {
"type": "API",
"source": "text"
},
"currentStatus": "DURING"
}Last updated
Was this helpful?