Activity Dossiers

An Activity Dossier has a one-to-one relationship with an transport resource

XML Schema:

Resource Definition

Note

This resource can be searched, allowing to you to access a filtered set of data. See our Searching The G API documentation for details on how to query specific fields and the operators available.

Fields

Name

Type

Description

name required

String

The name of this dossier.

date_created

Datetime

The time when the resource was created, in the standard Dates & Times.

date_last_modified

Datetime

The time when the resource was last modified, in the standard Dates & Times.

details

Field

List of free text details for this dossier.

  • id read-only

String

  • body required

String

Informational text for this detail.

  • detail_type required

Nested Object

    • id read-only

String

    • label

String

Contains the label for a dossier feature.

    • code required

String

Contains a code for a dossier feature.

type

String

The type of this resource.

id read-only

String

href read-only

Field

service_code

String

A unique code used to identify services.

publish_state

String

Can be either published or unpublished.

features

Field

List of features

  • id read-only

String

  • href read-only

Field

  • label

String

Contains the label for a dossier feature.

  • code required

String

Contains a code for the dossier feature.

dossier_segment

Nested Object

The segment data associated with this dossier.

  • id read-only

String

  • href read-only

Field

  • code required

String

A unique ASCII code to identify this segment.

  • label

String

A human-readable description of this segment.

start_location

Reference Object

The place where this activity starts.

end_location

Reference Object

The place where this activity ends.

duration_min

String

Approx. min duration (in hours).

duration_max

String

Approx. max duration (in hours).

distance_min

String

Approx. min distance (in km).

distance_max

String

Approx. max distance (in km).

price_per_person_min

String

Approx. min individual price. May vary by vendor.

price_per_person_max

String

Approx. max individual price. May vary by vendor.

price_per_group_min

String

Approx. min group price. May vary by vendor.

price_per_group_max

String

Approx. max group price. May vary by vendor.

currency

String

Three-character currency code for this dossier

physical_grading

Integer

Internal integer code for physical grading of this dossier.

flags

List

List of generic flags applied to this dossier

categories

Field

List of categories this activity falls under

  • id read-only

String

  • href read-only

Field

  • name required

String

  • category_type read-only

Reference Object

Parent category, can be null

images

Field

Images associated with this activity

videos

Field

Videos associated with this activity

service_time

Time

The start time of the service

show_on_reservation_sheet

Boolean

Used by Local Operations to determine whether or not a service shows up on the reservation sheet sent to Suppliers.

suggested_dossiers

Field

List of suggested dossiers for when this dossier is used on an itinerary

visited_countries

Field

List of countries visited in this dossier

visited_cities

Field

List of cities visited in this dossier

can_be_a_highlight read-only

Boolean

Shows if the dossier can be used as a highlight

Get an Activity Dossier

GET /activity_dossiers/(string: activity_dossier_id)