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
| Name | Description | Type | Additional 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": "8ba531c5-4e80-42a4-8866-4f503bd7cada",
"Value": "sample string 2"
},
{
"Key": "58709355-6b32-4d67-8748-1b9fa7bf08c6",
"Value": "sample string 2"
}
]