DemandFlow Support Centre

COUNTRY: Country

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The COUNTRY entity stores countries. A country reference record with ISO codes and dialling code for standardised geographic identification.

COUNTRY: Country

The COUNTRY entity stores countries. A country reference record with ISO codes and dialling code for standardised geographic identification.

Default definition. This article describes the default COUNTRY definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches COUNTRY.

Entity properties

PropertyValue
Entity codeCOUNTRY
Display nameCountry
PluralCountries
Level250

Use cases

COUNTRY is a reference data entity providing standardised country information used across the platform for geographic classification. It uses the simple grid view (view.type: 'grid') rather than complex panels, reflecting its role as a lookup table.

Fields

Country

FieldTypeRequiredNotes
nametextYesName
iso2textYes2 digit ISO
iso3textYes3 digit ISO
phonetextCountry dialling code

Relationships

  • No declared relationships in the default definition.

Creating a Country via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "COUNTRY",
  "level":    250,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name":        "Example value",
  "iso2":        "Example value",
  "iso3":        "Example value"
}

Listing Countries

GET /v1/entities/COUNTRY/SUB

See also

countrycountries

Was this article helpful?

← Back to Knowledge Base