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": "0a2ecb17-ad3b-47d7-88b9-82e34b121923",
"Value": "sample string 2"
},
{
"Key": "50a3c8b3-55ad-492d-b4a2-da7c78fda5a3",
"Value": "sample string 2"
}
]