Country Reference Data
The file refdata_country provides a lookup and conversion to convert between various country codes and parameters.
Fieldpine identifies country of operation have a setting "CountryCode", which is a Fieldpine allocated code per country (where country means whatever Fieldpine require, not necessarily political boundaries). Broadly speaking these codes are based off ITU international dialling codes, with exceptions.
Location
This file is available on all Fieldpine reference servers. One public server URL is https://fieldpine.de/online/gdsprod/refdata_country.json
RefData Structure
The field "countries" an unsorted array of objects.
{ "code": 64, "name_en": "New Zealand", "names_other": [ "Aotearoa" ], "code2": "NZ", "code3": "NZL", "windows_geoid": 183 }
Fields
Most fields are optional. Consumers should handle any combination of missing fields or undocumented fields.