get Tour Customer Categories Ids
Testing Env
https://testcalendar.vodoglobal.com
Testing Env
https://testcalendar.vodoglobal.com
GET
/api/v2/tour-customer-category_ids
Last modified:2025-03-26 12:43:56
GET
{{url}}api/v2/tour-customer-category_ids
secure_business_key
: {{secure_business_key}}
user_token
: {{user_token}}
Accept-Language
: ar
Accept
: application/json
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://testcalendar.vodoglobal.com/api/v2/tour-customer-category_ids' \
--header 'secure_business_key: 4765066450c0bd66325.48403130' \
--header 'user_token: ' \
--header 'Accept-Language: ar' \
--header 'Accept: application/json'
Response Response Example
{
"status": true,
"message": "Customer categories retrieved successfully",
"data": {
"data": [
{
"tour_id": 1600,
"date": "2025-03-05",
"customer_category_ids": [
"8"
]
},
{
"tour_id": 1600,
"date": "2025-03-22",
"customer_category_ids": [
"8"
]
},
{
"tour_id": 1600,
"date": "2025-02-09",
"customer_category_ids": [
"8"
]
},
{
"tour_id": 1600,
"date": "2025-02-09",
"customer_category_ids": [
"8"
]
},
{
"tour_id": 1600,
"date": "2025-02-09",
"customer_category_ids": [
"8"
]
},
{
"tour_id": 1600,
"date": "2025-02-09",
"customer_category_ids": [
"8"
]
},
{
"tour_id": 1598,
"date": "2025-02-16",
"customer_category_ids": [
"8"
]
},
{
"tour_id": 1601,
"date": "2025-01-19",
"customer_category_ids": [
"8"
]
},
{
"tour_id": 1602,
"date": "2025-01-19",
"customer_category_ids": [
"8"
]
},
{
"tour_id": 1603,
"date": "2025-01-19",
"customer_category_ids": [
"8"
]
}
],
"pagination": {
"current_page": 1,
"per_page": 10,
"total": 109,
"last_page": 11
}
}
}
Request
Query Params
page
string
optional
Example:
2
Header Params
secure_business_key
string
required
Example:
{{secure_business_key}}
user_token
string
required
Example:
{{user_token}}
Accept-Language
string
required
Example:
ar
Accept
string
required
Example:
application/json
Body Params multipart/form-data
object {0}