calendar_working_hours
Testing Env
https://testcalendar.vodoglobal.com
Testing Env
https://testcalendar.vodoglobal.com
GET
/api/v2/calendar_working_hours/24
Last modified:2025-03-26 12:43:56
GET
{{url}}api/v2/calendar_working_hours/24
secure_business_key
:Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://testcalendar.vodoglobal.com/api/v2/calendar_working_hours/24' \
--header 'secure_business_key: 4765066450c0bd66325.48403130' \
--form 'calendar_id="24"'
Response Response Example
{
"status": true,
"message": "calendar working hours",
"data": {
"data": {
"Sunday": [
{
"end_time": null,
"start_time": null,
"type": "off",
"title": "Sunday",
"title_index": 0
}
],
"Monday": [
{
"end_time": "15:00:00",
"start_time": "09:00:00",
"type": "work",
"title": "Monday",
"title_index": 1
}
],
"Tuesday": [
{
"end_time": "15:00:00",
"start_time": "09:00:00",
"type": "work",
"title": "Tuesday",
"title_index": 2
}
],
"Wednesday": [
{
"end_time": "15:00:00",
"start_time": "09:00:00",
"type": "work",
"title": "Wednesday",
"title_index": 3
}
],
"Thursday": [
{
"end_time": "15:00:00",
"start_time": "09:00:00",
"type": "work",
"title": "Thursday",
"title_index": 4
}
],
"Friday": [
{
"end_time": null,
"start_time": null,
"type": "off",
"title": "Friday",
"title_index": 5
}
],
"Saturday": [
{
"end_time": "09:00:00",
"start_time": "07:00:00",
"type": "work",
"title": "Saturday",
"title_index": 6
},
{
"end_time": "17:00:00",
"start_time": "09:00:00",
"type": "work",
"title": "Saturday",
"title_index": 6
}
]
}
}
}
Request
Header Params
secure_business_key
string
required
Example:
{{secure_business_key}}
Body Params multipart/form-data
calendar_id
string
required
Example:
24