Itinerary Highlights¶
Itinerary highlights are dossiers that have additional body text and media (image or vimeo video) that will be featured on trips. The returned structure will be a list containing objects looking like:
{
"id": "<Integer:Dossier id>",
"name": "<String:Dossier name>",
"description": "<String:Dossier Highlight description>",
"media": "<Mixed media object (see itinerary_media)>"
}
Fields
Name |
Type |
Description |
---|---|---|
id read-only |
String |
|
href read-only |
Field |
|
type required |
String |
The type of this resource. |
name required |
String |
Dossier name |
description required |
String |
Highlight body text |
media required |
Nested Object |
|
|
Nested Object |
|
|
String |
|
|
Field |
|
|
String |
Image caption |
|
String |
url of image |
|
Field |
|
|
String |
Type of resize done |
|
Nested Object |
|
|
String |
|
|
Field |
|
|
String |
Image caption |
|
String |
url of image |
|
String |
[IMAGE|VIDEO] |
|
Field |
|
|
String |
|
|
String |
Url for videos (vimeo only). |
|
String |
Bitrate for video |
|
String |
Thumb for videos to display in slider. |
used_on_days read-only |
List |
Which days of the Itinerary Version each highlight is used on |
Get an Itinerary Highlight
- GET /itineraries/(string: itinerary_id)/(string: variation_id)/itinerary_highlights¶