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": "07db1cbe-1401-4ab8-bbf5-7a6268db5b2f",
    "Value": "sample string 2"
  },
  {
    "Key": "cc4a07e5-3d73-4640-ac31-09585c044252",
    "Value": "sample string 2"
  }
]