Retrieve a single country_text.
GET {{baseUrl}}/Country_texts(locale='{{locale}}',countryId='{{countryId}}')?$select=countryName,countryId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$select | string | Select properties to be returned, see Select |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"locale":"\u003cstring\u003e","countryId":"\u003cstring\u003e","countryName":"\u003cstring\u003e"}