GET ./nomenclature/nationalities

It is used to get the nationalities list. To export in excel format use GET ./nomenclature/nationalities/export_xls

GET parameters

NameValue TypeValidationDetails
natIDintOptionalNationality ID.
natNamestringOptionalString used for search

Output example

{
"meta": { "countTotal": "4", "countData": "4", "countOffset": "0" },
"data": [
{ "natID": "1", "natName": "Roman","natDefault": "0","natLangKey": "65d85c645b8aa"},
{ "natID": "2", "natName": "moldoveneasca","natDefault": "0","natLangKey": "66d85c645b8aa" },
{ "natID": "3", "natName": "ceha","natDefault": "0","natLangKey": "67d85c645b8aa" },
{ "natID": "4", "natName": "croata","natDefault": "0","natLangKey": "68d85c645b8aa" }
]
}