---
title: "Gets the country."
method: GET
path: "/Litium/api/admin/globalization/countries/{systemId}"
tags: ["Globalization country"]
---

# Gets the country.

`GET /Litium/api/admin/globalization/countries/{systemId}`

## Path parameters

- `systemId` string, uuid, required

## Response `200`

OK

- LitiumGlobalizationCountry, nullable — Class Country.
  - `fields` FieldsGlobalizationCountry
    - `_customData` object
      - `*` FieldMetadataObject
  - `id` string, nullable — Gets or sets the identifier.
  - `systemId` string, uuid — Gets or sets the system identifier.
  - `currencySystemId` string, uuid — Gets or sets the currency system identifier.
  - `taxClassLinks` LitiumGlobalizationCountryToTaxClassLink[], nullable — Gets or sets the tax class links.
    - `taxClassSystemId` string, uuid — Gets or sets the tax class system identifier.
    - `vatRate` number, double — Get or set the Value Added Tax rate in percentage. 0.2 equal to 20%.
  - `standardVatRate` number, double — Get or set the Value Added Tax rate in percentage. 0.2 equal to 20%.

---

[API](https://skmtc.net/litium/apis/litium-admin-web-api.md) · [All operations](https://skmtc.net/litium/apis/litium-admin-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/litium/litium-admin-web-api/versions/a65881b0d0c6/schema)
