GET territories/{territoryId}/popularProfessions

Function returns popular professions 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 - profession id, value - profession name

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

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": "5d10e9b3-367c-4f9c-bd56-408341bf7b42",
    "Value": "sample string 2"
  },
  {
    "Key": "2c7144ab-3f6a-4e20-8f71-b890747993cd",
    "Value": "sample string 2"
  }
]