Dossier Feature

A Dossier Feature has a zero-to-many relationship with accommodation dossiers and transport dossiers

  • label contains the label for a dossier feature

  • code contains a code for a dossier feature

  • description contains a description of the dossier feature

Get a Dossier Feature

GET /dossier_features/(string: dossier_feature_id)

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

id (read-only)

String

href (read-only)

Field

label (required)

String

Contains the label for a dossier feature

code (required)

String

Contains the code for a dossier feature

publish_state

String

Can be either published or unpublished.

description (required)

String

Description of the dossier feature

parent (required)

Nested Object

Parent details

  • id (read-only)

String

  • href (read-only)

Field

  • label (required)

String

Contains the label for a dossier parent

  • code (required)

String

Contains a code for a dossier parent

  • description (required)

String

Description of the dossier parent

children (required)

Field

An array of the child details

  • id (read-only)

String

  • href (read-only)

Field

  • label (required)

String

Contains the label for a dossier child

  • code (required)

String

Contains a code for a dossier child

  • description (required)

String

Description of the dossier child

List Dossier Features

GET /dossier_features