VerticalAPI

Activities Search

Returns a list of activities ids or full property content for the requested active activities. Use this API to retrieve activity ids or full property content based on your search criteria.

Parameters

Name

Description

Accept

string

( header )

Must be application/json

Accept - Encoding

string

( header )

Must be gzip

Authorization

string

( header )

Must be Your PID

Must be Your API Key

Customer-Ip

string

( header )

Must be IP address of the customer, as captured by your integration. Send IPV4 addresses only.

Ensure your integration passes the customer’s IP, not your own. This value helps determine their location and other settings.

Also used for fraud recovery and other important analytics.

action

string

( query )

Must be "activitiesSearch" as parameter

Action methods in Web API controller can have one or more parameters of different types. It can be either primitive type or complex type. Web API binds action method parameters either with URL's query string or with request body depending on the parameter type.

apiKey

string

( query )

Must be a valid API Key

The API Key provided to you is critical to the security of your request data – treat it like a password. Never include the raw value in any publicly accessible site or app code. You will be provided with an API key when you are approved to integrate TPS API.

ModeType

string

( query )

Must be either "Test" or "LIVE"

Your application must be approved from Adivaha Personnel. All the transactions will be treated as LIVE once the parameter is set to LIVE.

requestBody

array

( query )

Must be an array with the following parameters

regionid

string

( query )

*required Relevent region code.

Destination City Id ie. "regionid":"DEL"

checkIn

string

( query )

*required From the specified date.

The date by which a guest must from date. Must follow YYYY-MM-DD format. ie. "checkIn:2022-05-30"

checkOut

string

( query )

*required To the specified date.

The date by which a guest must to date. Must follow YYYY-MM-DD format. ie. "checkIn:2022-05-31"

REQUEST

API Endpoint: https://your-end-point/api/v1/travel-api/activities/

header: array(
'Content-Type:application/json',
'Accept-encoding: gzip',
'PID:'ADD-YOUR-KEY',
'x-api-key:'ADD-YOUR-KEY'
);

POST:
{
  "action": "activitiesSearch",
  "mode": "Test",
  "regionid": "JAI",
  "checkIn": "2022-11-30",
  "checkOut": "2022-11-30"
}
					 

Response

The API returns an HTTP response, which generally includes the result of the request invocation

{
    "status": 200,
    "status_message": "OK",
    "responseData": {
        "operationId": "c30942cd886baeda",
        "pagination": {
            "itemsPerPage": 100,
            "page": 1,
            "totalItems": 13
        },
        "auditData": {
            "processTime": 0,
            "time": "2022-04-21T11:08:40.582Z",
            "serverId": "blank",
            "environment": "blank"
        },
        "activities": [
            {
                "code": "E-E10-IN-JACITY",
                "type": "TICKET",
                "countryCode": "IN",
                "source": "ATLAS",
                "name": "Half Day City Tour",
                "currency": "EUR",
                "modalities": [
                    {
                        "code": "774116213#PRIVATE",
                        "name": "Tour english 13:30",
                        "rateCode": "STANDARD",
                        "freeCancellation": false,
                        "language": "ENG",
                        "session": "13:30",
                        "duration": {
                            "value": 1,
                            "metric": "DAYS"
                        },
                        "amountsFrom": [
                            {
                                "paxType": "ADULT",
                                "ageFrom": 0,
                                "ageTo": 999,
                                "amount": 84.68,
                                "boxOfficeAmount": 92.45,
                                "mandatoryApplyAmount": false
                            }
                        ],
                        "cancellationPolicies": [
                            {
                                "dateFrom": "2022-04-29T00:00:00.000Z",
                                "amount": 84.68
                            }
                        ],
                        "uniqueIdentifier": "774116213"
                    },
                    {
                        "code": "494800942#PRIVATE",
                        "name": "Tour english 08:30",
                        "rateCode": "STANDARD",
                        "freeCancellation": false,
                        "language": "ENG",
                        "session": "08:30",
                        "duration": {
                            "value": 1,
                            "metric": "DAYS"
                        },
                        "amountsFrom": [
                            {
                                "paxType": "ADULT",
                                "ageFrom": 0,
                                "ageTo": 999,
                                "amount": 84.68,
                                "boxOfficeAmount": 92.45,
                                "mandatoryApplyAmount": false
                            }
                        ],
                        "cancellationPolicies": [
                            {
                                "dateFrom": "2022-04-29T00:00:00.000Z",
                                "amount": 84.68
                            }
                        ],
                        "uniqueIdentifier": "494800942"
                    }
                ],
                "content": {
                    "name": "Half Day City Tour",
                    "detailedInfo": [],
                    "featureGroups": [
                        {
                            "groupCode": "MEAL",
                            "excluded": [
                                {
                                    "featureType": "FOODNOT",
                                    "description": "Meal"
                                }
                            ]
                        },
                        {
                            "groupCode": "TRANSPORT",
                            "included": [
                                {
                                    "featureType": "TRANSPORTINCL",
                                    "description": "Transfer"
                                }
                            ]
                        },
                        {
                            "groupCode": "DRINKS",
                            "excluded": [
                                {
                                    "featureType": "DRINKSNOT",
                                    "description": "Drinks"
                                }
                            ]
                        },
                        {
                            "groupCode": "ASSISTANCE",
                            "included": [
                                {
                                    "featureType": "FARES_AND_FEESINCL",
                                    "description": "Entrance fee"
                                }
                            ]
                        },
                        {
                            "groupCode": "UNKNOWN",
                            "excluded": [
                                {
                                    "featureType": "OTHERNOT",
                                    "description": "Any additional expenses which are not included or detailed in the programme."
                                }
                            ],
                            "included": [
                                {
                                    "featureType": "OTHERINCL",
                                    "description": "Guide"
                                }
                            ]
                        }
                    ],
                    "guidingOptions": {
                        "guideType": "TOURGUIDE",
                        "included": true
                    },
                    "importantInfo": [
                        "Please make sure you answer all the mandatory questions during the booking process and ensure that you have provided your correct email address. "
                    ],
                    "location": {
                        "endPoints": [
                            {
                                "type": "Same",
                                "description": "Same as Starting Point"
                            }
                        ],
                        "startingPoints": [
                            {
                                "type": "HOTEL_PICKUP",
                                "meetingPoint": {
                                    "type": "ADDRESS",
                                    "country": {
                                        "code": "IN",
                                        "name": "India",
                                        "destinations": [
                                            {
                                                "code": "JAI",
                                                "name": "Jaipur"
                                            }
                                        ]
                                    },
                                    "description": "Half Day City Tour"
                                },
                                "pickupInstructions": [
                                    []
                                ]
                            }
                        ]
                    },
                    "media": {
                        "images": [
                            {
                                "visualizationOrder": 1,
                                "mimeType": "image/jpeg",
                                "language": "ENG",
                                "urls": [
                                    {
                                        "dpi": 72,
                                        "height": 75,
                                        "width": 100,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/S/DSC_0035_resized.JPG",
                                        "sizeType": "SMALL"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/XL/DSC_0035_resized.JPG",
                                        "sizeType": "XLARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 480,
                                        "width": 640,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/B/DSC_0035_resized.JPG",
                                        "sizeType": "LARGE2"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/LPP/DSC_0035_resized.JPG",
                                        "sizeType": "RAW"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 200,
                                        "width": 267,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/L/DSC_0035_resized.JPG",
                                        "sizeType": "LARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 130,
                                        "width": 173,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/M/DSC_0035_resized.JPG",
                                        "sizeType": "MEDIUM"
                                    }
                                ]
                            },
                            {
                                "visualizationOrder": 2,
                                "mimeType": "image/jpeg",
                                "language": "ENG",
                                "urls": [
                                    {
                                        "dpi": 72,
                                        "height": 75,
                                        "width": 100,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/S/DSC_0760.JPG",
                                        "sizeType": "SMALL"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/XL/DSC_0760.JPG",
                                        "sizeType": "XLARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 480,
                                        "width": 640,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/B/DSC_0760.JPG",
                                        "sizeType": "LARGE2"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/LPP/DSC_0760.JPG",
                                        "sizeType": "RAW"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 200,
                                        "width": 267,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/L/DSC_0760.JPG",
                                        "sizeType": "LARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 130,
                                        "width": 173,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/M/DSC_0760.JPG",
                                        "sizeType": "MEDIUM"
                                    }
                                ]
                            },
                            {
                                "visualizationOrder": 3,
                                "mimeType": "image/jpeg",
                                "language": "ENG",
                                "urls": [
                                    {
                                        "dpi": 72,
                                        "height": 75,
                                        "width": 100,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/S/DSC_0834.JPG",
                                        "sizeType": "SMALL"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/XL/DSC_0834.JPG",
                                        "sizeType": "XLARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 480,
                                        "width": 640,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/B/DSC_0834.JPG",
                                        "sizeType": "LARGE2"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/LPP/DSC_0834.JPG",
                                        "sizeType": "RAW"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 200,
                                        "width": 267,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/L/DSC_0834.JPG",
                                        "sizeType": "LARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 130,
                                        "width": 173,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/M/DSC_0834.JPG",
                                        "sizeType": "MEDIUM"
                                    }
                                ]
                            },
                            {
                                "visualizationOrder": 4,
                                "mimeType": "image/jpeg",
                                "language": "ENG",
                                "urls": [
                                    {
                                        "dpi": 72,
                                        "height": 75,
                                        "width": 100,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/S/jaiour%201.JPG",
                                        "sizeType": "SMALL"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/XL/jaiour%201.JPG",
                                        "sizeType": "XLARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 480,
                                        "width": 640,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/B/jaiour%201.JPG",
                                        "sizeType": "LARGE2"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/LPP/jaiour%201.JPG",
                                        "sizeType": "RAW"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 200,
                                        "width": 267,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/L/jaiour%201.JPG",
                                        "sizeType": "LARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 130,
                                        "width": 173,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/M/jaiour%201.JPG",
                                        "sizeType": "MEDIUM"
                                    }
                                ]
                            },
                            {
                                "visualizationOrder": 5,
                                "mimeType": "image/jpeg",
                                "language": "ENG",
                                "urls": [
                                    {
                                        "dpi": 72,
                                        "height": 75,
                                        "width": 100,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/S/DSCI0125%20%284%29.JPG",
                                        "sizeType": "SMALL"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/XL/DSCI0125%20%284%29.JPG",
                                        "sizeType": "XLARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 480,
                                        "width": 640,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/B/DSCI0125%20%284%29.JPG",
                                        "sizeType": "LARGE2"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/LPP/DSCI0125%20%284%29.JPG",
                                        "sizeType": "RAW"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 200,
                                        "width": 267,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/L/DSCI0125%20%284%29.JPG",
                                        "sizeType": "LARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 130,
                                        "width": 173,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/M/DSCI0125%20%284%29.JPG",
                                        "sizeType": "MEDIUM"
                                    }
                                ]
                            },
                            {
                                "visualizationOrder": 6,
                                "mimeType": "image/jpeg",
                                "language": "ENG",
                                "urls": [
                                    {
                                        "dpi": 72,
                                        "height": 75,
                                        "width": 100,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/S/DSC_0854.JPG",
                                        "sizeType": "SMALL"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/XL/DSC_0854.JPG",
                                        "sizeType": "XLARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 480,
                                        "width": 640,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/B/DSC_0854.JPG",
                                        "sizeType": "LARGE2"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 768,
                                        "width": 1024,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/LPP/DSC_0854.JPG",
                                        "sizeType": "RAW"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 200,
                                        "width": 267,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/L/DSC_0854.JPG",
                                        "sizeType": "LARGE"
                                    },
                                    {
                                        "dpi": 72,
                                        "height": 130,
                                        "width": 173,
                                        "resource": "https://media.activitiesbank.com/16457/ENG/M/DSC_0854.JPG",
                                        "sizeType": "MEDIUM"
                                    }
                                ]
                            }
                        ]
                    },
                    "notes": [
                        {
                            "dateFrom": "2020-03-01",
                            "dateTo": "2021-12-31",
                            "visibleFrom": "2020-03-01",
                            "visibleTo": "2021-12-31",
                            "descriptions": [
                                {
                                    "description": "As a result of local government measures and guidelines put in place by services providers – including hotels and ancillaries – guests may find that some facilities or services are not available. Please visit https://corporate.hotelbeds.com/hotelbeds-update-covid-19 for further information."
                                }
                            ]
                        }
                    ],
                    "redeemInfo": {
                        "type": "VOCUHERLESS",
                        "directEntrance": false,
                        "comments": [
                            {
                                "description": "Printed voucher or E-voucher. Print and bring the voucher or show the voucher on your mobile device to enjoy the activity. "
                            }
                        ]
                    },
                    "routes": [],
                    "scheduling": {
                        "duration": {
                            "value": 4,
                            "metric": "HOURS",
                            "type": "AFTER"
                        }
                    },
                    "segmentationGroups": [
                        {
                            "code": 1,
                            "name": "Categories",
                            "segments": [
                                {
                                    "code": 1,
                                    "name": "City tours"
                                },
                                {
                                    "code": 4,
                                    "name": "Art & culture"
                                }
                            ]
                        },
                        {
                            "code": 2,
                            "name": "Duration",
                            "segments": [
                                {
                                    "code": 773,
                                    "name": "Half-day morning"
                                },
                                {
                                    "code": 774,
                                    "name": "Half-day afternoon"
                                }
                            ]
                        },
                        {
                            "code": 16,
                            "name": "Services",
                            "segments": [
                                {
                                    "code": 946,
                                    "name": "Private"
                                },
                                {
                                    "code": 956,
                                    "name": "Safe2Stay"
                                }
                            ]
                        }
                    ],
                    "activityFactsheetType": "ACTIVITIES",
                    "activityCode": "E-E10-IN-JACITY",
                    "modalityCode": "HB-HPEN",
                    "modalityName": "Tour",
                    "contentId": "16457",
                    "description": "Within the city of Jaipur are a number of interesting sights. The first is the city palace and museum, dating from the early 18th century and belonging to the ruling Jaipur family. The palace houses a textile museum, armoury and art gallery, with some stunning pictures showing the pageantry and pomp of life as an aristocrat. The palace can get busy with tour groups, but if you wait for only a few minutes, the group will have rushed on to something new.Just outside the city palace is the Jantar Mantar, or observatory, built under the instructions of the astronomer King Sawai Jai Singh, in 1728, which has been designated as a world heritage site by UNESCO. 
\n
\nThe observatory requires a competent explanation, but with a good guide, you will really appreciate the complexity and detail which was needed to construct this amazing piece of work. The sun dials are accurate to within 2 seconds and are corrected for the local time in Jaipur, which is some minutes different from Delhi. In addition, there are a dozen structures which fix the position of the sun in each of the astrological signs. Astrology has always played an important part in Hindu life and is still used today before any business, political or marriage arrangement is undertaken.
\n
\nThe Hawa Mahal, or Palace of the Winds, lies adjacent to the main road between the city centre and Amber, the former capital. The five-storied structure was built in 1799 for the women of the royal entourage to observe the pageants passing along the streets below. The building is only one room deep, and is therefore only a facade, rather than a palace. You cannot actually enter the building but you can stop on the roadside to view the Palace and take photographs if you wish.", "lastUpdate": "2020-10-14", "advancedTips": [], "countries": [ { "code": "IN", "name": "India", "destinations": [ { "code": "JAI", "name": "Jaipur" } ] } ], "highligths": [] }, "order": 2, "amountsFrom": [ { "paxType": "ADULT", "ageFrom": 0, "ageTo": 999, "amount": 84.68, "boxOfficeAmount": 92.45, "mandatoryApplyAmount": false } ], "currencyName": "Euro", "country": { "code": "IN", "name": "India", "destinations": [ { "code": "JAI", "name": "Jaipur" } ] } } ], "summaryLog": "activities=13" } }