Country Dossiers¶
A Country Dossier has a one-to-one relationship with a country resource
and contains additional content about the country.
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 | String | The name of the country 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. | 
| 
 | String | |
| 
 | String | Informational text for this detail. | 
| 
 | Nested Object | |
| 
 | String | |
| 
 | String | Contains the label for a dossier feature. | 
| 
 | String | Contains a code for a dossier feature. | 
| type | String | The type of this resource. | 
| id read-only | String | |
| href read-only | Field | |
| publish_state | String | Can be either published or unpublished | 
| dossier_segment | Nested Object | The segment data associated with this dossier. | 
| 
 | String | |
| 
 | Field | |
| 
 | String | A unique ASCII code to identify this segment. | 
| 
 | String | A human-readable description of this segment. | 
| features | Field | List of features | 
| 
 | String | |
| 
 | Field | |
| 
 | String | Contains the label for a dossier feature. | 
| 
 | String | Contains a code for the dossier feature. | 
| country required | Reference Object | The country associated to this dossier. | 
| meal_budgets | Field | List of budget required for different meal types in a country | 
| 
 | String | |
| 
 | Choice | The quality of the meal | 
| 
 | String | The quality of the meal in human readable format | 
| 
 | Choice | Displays the meal course | 
| 
 | String | Displays the meal course in human readable format | 
| 
 | Integer | Cost for a meal in USD | 
| flags | List | List of generic flags applied to this dossier | 
Get a Country Dossier
- GET /country_dossiers/(string: country_dossier_id)¶