{{baseUrl}}/fields/country

POST {{baseUrl}}/fields/country

Endpoint that returns the list of countries surveyed.

Request Body

{"limit"=>"<integer>", "query"=>{"country_code"=>"<string>", "country_name_EN"=>"<string>", "country_name_IT"=>"<string>"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;country_code&quot;:&quot;IT&quot;,&quot;country_name_EN&quot;:&quot;Italy&quot;,&quot;country_name_IT&quot;:&quot;Italia&quot;}],&quot;searchRecords&quot;:1,&quot;totalRecords&quot;:250,&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}