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": "852a0d3c-08c5-471b-969a-6fa3c42be4a9",
"Value": "sample string 2"
},
{
"Key": "76978102-86ff-4422-8a36-3c84faaeafc0",
"Value": "sample string 2"
}
]