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": "15e9cc5f-1947-4d3e-b123-f9de385d0e4a",
"Value": "sample string 2"
},
{
"Key": "1f9ef897-dce4-47d6-a5cc-95e059a8366c",
"Value": "sample string 2"
}
]