GET Settings/Get

Получить все настройки (кроме сервисных)

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SettingsView
NameDescriptionTypeAdditional information
skills

SkillsSettingsView

None.

personal

PrivateSettingsView

None.

searchByName

SearchByNameSettingsView

None.

messages

MessagesSettingsView

None.

autoReplaceWmids

AutoReplaceWmidsSettingsView

None.

Response Formats

application/json, text/json

Sample:
{
  "skills": {
    "experience": 0,
    "experienceStr": "no",
    "education": 0,
    "educationStr": "no",
    "job": 0,
    "jobStr": "no"
  },
  "personal": {
    "firstName": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "lastName": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "patronymicName": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "age": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "email": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "phone": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "country": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "city": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "address": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "url": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "icq": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "jabber": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "skype": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "twitter": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "moneyBookers": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "payPal": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    },
    "qiwi": {
      "hasData": true,
      "share": 0,
      "shareStr": "no"
    }
  },
  "searchByName": {
    "whoCanFindMe": 0,
    "whoCanFindMeStr": "yes"
  },
  "messages": {
    "access": 0,
    "accessStr": "everyone"
  },
  "autoReplaceWmids": {
    "enable": true
  }
}