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": "4fabd43b-2395-494d-a88f-7e4575a23819",
"Value": "sample string 2"
},
{
"Key": "9d89630a-0b6a-4e5d-9d7e-cfb83ed48a90",
"Value": "sample string 2"
}
]