get_reservations_monthly_yearly
Testing Env
https://testcalendar.vodoglobal.com
Testing Env
https://testcalendar.vodoglobal.com
GET
/api/get_reservations_monthly_yearly
Last modified:2025-03-26 12:43:56
GET
{{url}}api/get_reservations_monthly_yearly?from_date=2025-01-01&to_date=2025-03-01
secure-business-key
: {{secure_business_key}}
user-token
: {{user_token}}
Accept-Language
: en
Accept
: application/json
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://testcalendar.vodoglobal.com/api/get_reservations_monthly_yearly?from_date=2025-02-01&to_date=2025-03-01' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'user-token: ' \
--header 'Accept-Language: en' \
--header 'Accept: application/json'
Response Response Example
{
"status": true,
"message": "Success",
"data": {
"all_events": [
{
"date": "2025-02-01",
"reservation_count": 9,
"custom_count": "8",
"break_count": "0",
"tour_count": "1"
},
{
"date": "2025-02-02",
"reservation_count": 5,
"custom_count": "2",
"break_count": "0",
"tour_count": "3"
},
{
"date": "2025-02-03",
"reservation_count": 4,
"custom_count": "3",
"break_count": "0",
"tour_count": "1"
},
{
"date": "2025-02-05",
"reservation_count": 9,
"custom_count": "4",
"break_count": "0",
"tour_count": "5"
},
{
"date": "2025-02-06",
"reservation_count": 12,
"custom_count": "11",
"break_count": "0",
"tour_count": "1"
},
{
"date": "2025-02-08",
"reservation_count": 29,
"custom_count": "28",
"break_count": "0",
"tour_count": "1"
},
{
"date": "2025-02-09",
"reservation_count": 49,
"custom_count": "13",
"break_count": "0",
"tour_count": "36"
},
{
"date": "2025-02-10",
"reservation_count": 14,
"custom_count": "9",
"break_count": "0",
"tour_count": "5"
},
{
"date": "2025-02-11",
"reservation_count": 20,
"custom_count": "18",
"break_count": "0",
"tour_count": "2"
},
{
"date": "2025-02-12",
"reservation_count": 4,
"custom_count": "3",
"break_count": "0",
"tour_count": "1"
},
{
"date": "2025-02-13",
"reservation_count": 12,
"custom_count": "9",
"break_count": "0",
"tour_count": "3"
},
{
"date": "2025-02-15",
"reservation_count": 11,
"custom_count": "11",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-16",
"reservation_count": 11,
"custom_count": "10",
"break_count": "0",
"tour_count": "1"
},
{
"date": "2025-02-17",
"reservation_count": 13,
"custom_count": "13",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-18",
"reservation_count": 9,
"custom_count": "8",
"break_count": "0",
"tour_count": "1"
},
{
"date": "2025-02-19",
"reservation_count": 8,
"custom_count": "8",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-20",
"reservation_count": 12,
"custom_count": "12",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-21",
"reservation_count": 6,
"custom_count": "6",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-22",
"reservation_count": 4,
"custom_count": "4",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-23",
"reservation_count": 10,
"custom_count": "10",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-24",
"reservation_count": 1,
"custom_count": "1",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-25",
"reservation_count": 7,
"custom_count": "7",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-26",
"reservation_count": 5,
"custom_count": "5",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-27",
"reservation_count": 23,
"custom_count": "23",
"break_count": "0",
"tour_count": "0"
},
{
"date": "2025-02-28",
"reservation_count": 17,
"custom_count": "15",
"break_count": "2",
"tour_count": "0"
},
{
"date": "2025-03-01",
"reservation_count": 16,
"custom_count": "16",
"break_count": "0",
"tour_count": "0"
}
],
"employees_arr": [
780,
852,
853,
926,
851,
863,
921
]
}
}
Request
Query Params
from_date
string
required
Example:
2025-02-01
to_date
string
required
Example:
2025-03-01
employees_id[]
array[string]
optional
Example:
["100","730"]
Header Params
secure-business-key
string
required
Example:
{{secure_business_key}}
user-token
string
required
Example:
{{user_token}}
Accept-Language
string
required
Example:
en
Accept
string
required
Example:
application/json