---
title: "GET /api/v1.0/address/country/{countryCode}/form"
method: GET
path: "/api/v1.0/address/country/{countryCode}/form"
tags: ["Address"]
---

# GET /api/v1.0/address/country/{countryCode}/form

`GET /api/v1.0/address/country/{countryCode}/form`

## Path parameters

- `countryCode` string, required

## Query parameters

- `language` string

## Response `200`

OK

- RestApiResultAddressFormResponse — Rest api result
  - `Data` AddressFormResponse, required — A response of a dyanmic form definition.
    - `FormData` DynamicFormField[] — List of field definitions.
      - `Identifier` string
      - `Label` string
      - `Placeholder` string
      - `Rules` DynamicFormRules
        - `MaxLength` DynamicFormRule
          - `Value` object
          - `Message` string
          - `Scopes` string
        - `MinLength` DynamicFormRule
          - `Value` object
          - `Message` string
          - `Scopes` string
        - `Required` DynamicFormRule
          - `Value` object
          - `Message` string
          - `Scopes` string
        - `Pattern` DynamicFormRule
          - `Value` object
          - `Message` string
          - `Scopes` string
        - `Predefined` DynamicFormFieldOption[]
          - `Display` string
          - `Value` string
      - `Mapping` object
      - `Modifiers` string[]
      - `Value` object
      - `Scopes` string
    - `CountryCode` string — ISO two letter code.
    - `Language` string — ISO culture code.
    - `DisplayFormat` AddressFormDisplayFormat
      - `OneLine` string
      - `TwoLines` string[]

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
