GET ./nomenclature/ethnicities

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

GET parameters

NameValue TypeValidationDetails
ethIDintOptionalEthnicity ID.
ehtNamestringOptionalString used for search

Output example

{
"meta": { "countTotal": "4", "countData": "4", "countOffset": "0" },
"data": [
{ "ethID": "1", "ethName": "romana","ethDefault": "0","ethLangKey": "65d85c645b8aa"},
{ "ethID": "2", "ethName": "moldoveneasca","ethDefault": "0","ethLangKey": "66d85c645b8aa" },
{ "ethID": "3", "ethName": "ceha","ethDefault": "0","ethLangKey": "67d85c645b8aa" },
{ "ethID": "4", "ethName": "croata","ethDefault": "0","ethLangKey": "68d85c645b8aa" }
]
}