Countries
Retrieves standardized information about countries, including country codes, regional groupings, and regulatory requirements for global operations.
Workday Resource Information
Retrieves information about a country, including their alpha codes, and whether or not they are enabled for address lookup.Secured by: REST API Public
Columns
| Name | Type | Description |
| Id [KEY] | String | Represents the unique identifier (Id) for the country instance. The Id is used to reference and retrieve specific country details. |
| Alpha2Code | String | Stores the ISO alpha-2 code for a country. The alpha-2 code is a two-letter country code defined by the ISO 3166 standard. |
| Alpha3Code | String | Stores the ISO alpha-3 code for a country. The alpha-3 code is a three-letter country code defined by the ISO 3166 standard. |
| Descriptor | String | The display name of the instance |
| EnabledForAddressLookup | Bool | Indicates whether the country is enabled for address lookup. A value of 'true' means that address lookup services are available for this country. |
| Href | String | Contains a link to the country instance. The link allows users or systems to access additional details about the country. |