- GET /<country_id>
- List of connections
GET /<country_id>
Retrieve a country.
Example
https://api.viadeo.com/<country_id>?language=fr&access_token=...
Query parameters
| Parameter name | Description | Type | Default value |
| language= | Language in which the profile will be displayed. Default value is the navigation language of the user on the website. | ISO-639 | |
| Field name | Description | Type |
| code | The country code. | STRING |
| counties | List of counties. | STRUCT LIST |
| id | Entity's identifier. | STRING |
| name | Entity's name. | STRING |
| type | Entity's type. | STRING |
| currency | The currency. | STRING |
| default_language | The default language. | STRING |
| default_time_zone | The default time zone. | STRING |
| id | Graph resource's ID. | STRING |
| link | Link to the current Graph resource on Viadeo website. | STRING |
| name | Graph resource's name. | STRING |
| phone_code | The phone code. | STRING |
| type | Graph resource's type. | STRING |
| updated_time | Graph resource's Last update date. | ISO-8601 [YYYY-MM-DD'T'HH:MM:SSZZ] |