GET users/socialnetworks

Function returns social networks.

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user who is either StaffMember, Student

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

key - social network id, value - social network name

Collection of Pair of globally unique identifier [key] and string [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": "62168d4b-8ad1-490b-9cf4-76d3cb6122cc",
    "Value": "sample string 2"
  },
  {
    "Key": "1fb92476-e78e-4905-89e7-cd9b9c9ab954",
    "Value": "sample string 2"
  }
]