GET api/Extensions/{token}
Get extensions for the specified tour search
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token |
The tour search token |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ExtensionSearchResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| token |
The tour search token |
string |
None. |
| response |
The response object |
Extensions |
None. |
| status |
The response status |
ResponseStatus |
None. |
| success |
An indication that the request was successfully completed or failed |
boolean |
None. |
| datestamp |
The date and time that the request was completed |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"response": {
"extensions": [
{
"tourCode": "sample string 1",
"tourName": "sample string 2",
"duration": 3,
"departureDate": "sample string 4",
"departureCode": "sample string 5",
"depName": "sample string 6",
"depPointType": "sample string 7",
"leadFromPrice": 8.1,
"leadWasPrice": 1.1,
"leadSavings": 1.1,
"lateAvailability": true,
"secondPersonPrice": 1.1,
"priceDifference": 1.1,
"addedValues": [
"sample string 1",
"sample string 2"
],
"heroImage": "sample string 10",
"intro": "sample string 11",
"tourOnlyOptionAvailable": true,
"offer": "sample string 13",
"tourTags": "sample string 14"
},
{
"tourCode": "sample string 1",
"tourName": "sample string 2",
"duration": 3,
"departureDate": "sample string 4",
"departureCode": "sample string 5",
"depName": "sample string 6",
"depPointType": "sample string 7",
"leadFromPrice": 8.1,
"leadWasPrice": 1.1,
"leadSavings": 1.1,
"lateAvailability": true,
"secondPersonPrice": 1.1,
"priceDifference": 1.1,
"addedValues": [
"sample string 1",
"sample string 2"
],
"heroImage": "sample string 10",
"intro": "sample string 11",
"tourOnlyOptionAvailable": true,
"offer": "sample string 13",
"tourTags": "sample string 14"
}
]
},
"status": {
"code": 1,
"message": "sample string 2"
},
"success": true,
"datestamp": "2026-08-03T20:32:00.2009124+01:00"
}