If you are interested in which country a system is located the best practice is to use the GET /systems (https://developer.gridx.ai/reference/get_systems) endpoint. In the response you can find the “countryCode” which is filled by an abbreviation of a country according to ISO 3166
Hello,
I’ve noticed that changing the system location country from gridx/system page would change the location.country field with the countryCode value, and let the location.countryCode with the value it had before.
Is it the normal behaviour?
Because of that, we have a mix of country names and country codes, depending on wether they got updated though the API or in xenon.
Thank you!
Just to confirm my understanding, you’re noticing that when editing the country field, the full country names are displayed in the dropdown, and after saving, the country code is being displayed instead of the country name, correct?
Please let me know if my understanding is correct, and if there’s anything else you’d like me to clarify.
Hello @Vidyasagar
Not exactly. Let me give you an example.
Let’s take a system that is in Germany, the location contains
{ country: “Germany”, countryCode: “DE” }
Editing the country to Switzerland in Xenon would transform the location to
{ country: “CH”, countryCode: “DE” }
Because of that, we have many weird cases in our systems, where the countryCode is outdated, and the country is a countryCode.