GET territories/{territoryId}/popularNativeLanguages

Function returns popular native languages for territory.

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either StaffMember, Student

Request Information

URI Parameters

NameDescriptionTypeAdditional information
territoryId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

key - native language id, value - native language name

Collection of Pair of globally unique identifier [key] and string [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": "ff95eba0-b1ae-435c-9da8-e06be084c47d",
    "Value": "sample string 2"
  },
  {
    "Key": "0d00351d-ab1e-43ea-b20b-811cf1e9f19c",
    "Value": "sample string 2"
  }
]