{{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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":[{"country_code":"IT","country_name_EN":"Italy","country_name_IT":"Italia"}],"searchRecords":1,"totalRecords":250,"success":true,"message":"","error":null}