Реклама
Все персональные предложения в мобильном приложении Выберу.ру

Модуль новостная лента сайта vbr.ru

Модуль "Модуль новостная лента сайта vbr.ru", далее Модуль - программный комплекс, обеспечивающий размещение, менеджмент и отображение информационного контента. Он предусматривает разделение контента на категории и подкатегории, реализацию ленты с бесконечной прокруткой, формирование блоков анонсов, вставку интерактивных элементов и рекламных баннеров, поддержку иерархии и вложенности для статей, а также сбор статистики. Кроме того, Модуль позволяет управлять информацией об авторах статей и осуществлять вставку экспертных мнений.

Информация о правообладателе

ООО “Выберу.ру”

ИНН: 9725036321 ОГРН: 772501001

115114, г. Москва, Дербеневская наб., д. 11, ЭТАЖ/ПОМ 4/160

Описание функциональных характеристик сервиса

  • разделение контента на категории и подкатегории;
  • реализацию ленты с бесконечной прокруткой;
  • формирование блоков анонсов;
  • вставку интерактивных элементов и рекламных баннеров;
  • поддержку иерархии и вложенности для статей;
  • сбор статистики;
  • управление информацией об авторах статей;
  • вставка экспертных мнений.

Получение доступа к сервису

Чтобы получить доступ к сервису, необходимо обратиться к правообладателю для получения персонального токена и эндпоинта. Контакты для обращения:

Email: info@vbr.ru

Телефон: 8 (800) 500-34-23

Информация о стоимости сервиса

Сервис предоставляется на бесплатной основе. Подробные условия можно запросить у правообладателя по электронной почте: info@vbr.ru

Информация по эксплуатации

Способ применения

Данный модуль не предназначен для прямого использования пользователями и не имеет графического интерфейса. Он предназначен для интеграции разработчиками в составе другого ПО.

Адрес размещения сервиса и информация для подключения

Сервис размещен по адресу http://10.77.111.89:5100 Для доступа к нему потребуется подключиться к приватной сети (VPN) при помощи клиента OpenVPN. Для получения доступа к приватной сети обратитесь к правообладателю по электронной почте: info@vbr.ru

Документация по использованию сервиса

Набор методов, формат запросов и ответов, а также возможность интерактивного выполнения команд предоставляется самим сервисом посредством визуального интерфейса Swagger, размещенного по адресу http://10.77.111.89:5100/swagger.

Работа с авторами в системе

Перед добавлением контента в систему создаются авторы в модуле вызовом метода API /api/v1/Authors/add. При успешном добавлении автора в систему будет возвращен идентификатор добавленного автора. К новости можно привязать автора и соавтора с помощью следующих методов API:

  • /api/v1/Authors/{id}/news/add – добавление автора;
  • /api/v1/Authors/coauthor/{id}/news/add – добавление соавтора.

Также автор может быть привязан к статье помощника при ее создании или изменении:

  • /api/v1/Help/add – добавление статьи помощника;
  • /api/v1/Help/update – изменение статьи помощника.

Информацию о добавленном авторе можно изменить с помощью вызова метода /api/v1/Authors/update. При успешном обновлении в системе будет возвращена обновленная информация об авторе. Получение существующих авторов возможно по следующим критериям:

  • по категории автора - /api/v1/Authors/category/{category}
  • по алиасу автора в системе - /api/v1/Authors/{alias}
  • по идентификатору автора в системе - /api/v1/Authors/{id}, либо /api/v1/Authors/{id}/preview – получение краткой информации об авторе по идентификатору в системе.

По идентификатору автора в системе можно получить информацию о привязанных к нему разделах новостях и статей помощника:

  • /api/v1/Authors/{id}/articles - все разделы автора;
  • /api/v1/Authors/{id}/news - разделы новостей автора;
  • /api/v1/Authors/{id}/help - разделы помощника автора.

Добавление и изменение экспертного мнения

Для каждой новости можно добавить мнение существующего в системе эксперта. Данное мнение будет отображаться в привязанной новости. Добавление экспертного мнения в системе осуществляется с помощью вызова метода /api/v1/ExpertOpinion/opinion/add. Для привязки экспертного мнения к новости необходимо вызвать метод /api/v1/ExpertOpinion/news/add. Существует возможность привязки эксперта к новости - /api/v1/ExpertOpinion/expert/{expertId}/news/add. Получение основного мнения эксперта возможно с помощью метода API /api/v1/ExpertOpinion/opinion/main.

Работа с новостями, статьями помощника и пресс релизами

Добавление контента в базу осуществляется с помощью следующих методов:

  • /api/v1/News – добавление новости;
  • /api/v1/press-releases/bank – добавление пресс релиза для конкретной организации;
  • /api/v1/Help/add – добавление статьи помощника.

Каждая новость и статья в помощнике имеет рейтинг за счет проставления оценок – является ли эта она полезной или нет. Отправить оценку для новости можно с помощью метода /api/v1/News/{id}/usefuluseless, для статьи помощника – /api/v1/Help/{id}/usefuluseless. Учет просмотров новостей ведется с помощью вызова метода /api/v1/News/{id}/view, для статьи помощника – /api/v1/Help/{id}/view. Получение краткой информации о новости (анонса) возможно с помощью следующих методов API:

  • /api/v1/News/announcements/main – важные анонсы;
  • /api/v1/News/announcements – анонсы по фильтрам;
  • /api/v1/News/announcement/main – анонс дня;
  • /api/v1/News/tag/{id}/announcements – анонс по тегу.

Получение краткой информации о статье помощника (анонса) возможно с помощью следующих методов API:

  • /api/v1/Help/bank/{bankId}/announcements – анонсы по банку;
  • /api/v1/Help/announcements/byparent/{id} – дочерние анонсы для статьи помощника;
  • /api/v1/Help/announcements – анонсы по фильтрам.

Возможна фильтрация новостей по банку – использование метода /api/v1/News/bank/{bankId}/related. Каждая статья помощника может быть привязана к банку, новости, быть дочерней, либо родительской статьей. Для добавления связей используются следующие методы:

  • /api/v1/Help/helps/add – дочерняя связь с другой статьей;
  • /api/v1/Help/{helpId}/banks/add – связь с банком;
  • /api/v1/Help/news/add – связь с новостью.

Если в статье помощника используются изображения, то необходимо добавить информацию о них и сделать привязку к статье с помощью метода /api/v1/Help/helpimage/add. Получение статей помощника или ссылок на них возможно в следующих вариантах методов API:

  • /api/v1/Help/links/actual – получение ссылок помощника с пометкой «Актуальный»;
  • /api/v1/Help/links/forquestion/{themeId} – получение помощников по теме;
  • /api/v1/Help/Links – получение ссылок помощника для страниц;
  • /api/v1/Help/links/goodscategory – получение информации о статьях помощников для категории товаров;
  • /api/v1/Help/links/quicksearch – получение информации о статьях помощников для группы быстрых ссылок;
  • /api/v1/Help/links/seoblock – получение информации о статьях помощников для перечня страниц.

Возможно получение наиболее читаемых и наиболее комментируемых статей помощника с помощью методов /api/v1/Help/mostread и /api/v1/Help/mostcommented. Добавление пресс релиза возможно с помощью загрузки файла пресс релиза напрямую в систему с помощью метода /api/v1/press-releases/bank/upload. Каждый пресс релиз может быть привязан к определенному региону с помощью метода /api/v1/press-releases/{pressReleaseId}/regions. Чтобы получить общий список новостей и пресс релизов по региону, необходимо использовать метод /api/v1/press-releases/{bankId}/getlastpressreleasesandnews. Получение статей помощника и новостей для rss-ленты «Яндекс Турбо» возможно с помощью методов /api/v1/Help/YandexTurbo и /api/v1/News/YandexTurbo. Для получения новостной ленты необходимо использовать методы /api/v1/ContentList/feed и /api/v1/ContentList/feed/page (с данными о рубриках). Получение ленты пресс релизов возможно с помощью методов /api/v1/ContentList/pressfeed и /api/v1/ContentList/pressfeed/page (с данными о рубриках). Получение списка новостей и статей помощников, имеющих связь с какой-либо организацией, возможно с использованием следующих методов API:

  • /api/v1/ContentList/related/bank – получение новостей и анонсов;
  • /api/v1/ContentList/help/related/bank – получение последних статей помощника;
  • /api/v1/ContentList/news/related/bank – получение последних новостей.

Новостям и статьям помощника можно добавить теги с помощью методов /api/v1/News/{newsId}/tags и /api/v1/Help/{helpId}/tags/add.

Изменение рубрик и тегов

В систему возможно добавление тегов, которые можно использовать для связки с новостями и статьями помощника. Для добавления тегов необходимо использовать метод /api/v1/Tags. Существующие теги можно изменить с помощью метода /api/v1/Tags/{id}. Для добавления рубрики можно использовать метод API: /api/v1/Rubrics. Рубрики привязываются к разделам сайта с помощью метода /api/v1/Rubrics/{rubricId}/sections. Получение тегов и рубрик возможно по идентификатору или алиасу с помощью методов /api/v1/Tags/{alias} и /api/v1/Rubrics/{alias}.

Описание методов и моделей

VBR - News API

Контентный сервис

Access

Methods

[ Jump to Models ]

Table of Contents

Authors

ContentList

ExpertOpinion

Help

News

PressReleases

Rubrics

Tags

Authors

Up
post /api/v1/Authors/add
Добавление автора (apiV1AuthorsAddPost)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body AuthorInfo (optional)
Body Parameter — Автор

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/{alias}
Получение автора по алиасу (apiV1AuthorsAliasGet)

Path parameters

alias (required)
Path Parameter — Алиас

Return type

Example data

Content-Type: application/json
{
  "description" : "description",
  "twitterSocialProfileLink" : "twitterSocialProfileLink",
  "type" : 1,
  "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
  "showOnRedactionPage" : true,
  "alias" : "alias",
  "logo" : "logo",
  "descriptionForRedactionPage" : "descriptionForRedactionPage",
  "id" : 0,
  "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
  "email" : "email",
  "order" : 5,
  "isHighlighted" : true,
  "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "facebookSocialProfileLink" : "facebookSocialProfileLink",
  "newsMaxCount" : 2,
  "yandexQSocialProfileText" : "yandexQSocialProfileText",
  "helpsMaxCount" : 4,
  "isDefault" : true,
  "name" : "name",
  "specialization" : "specialization",
  "instagramSocialProfileLink" : "instagramSocialProfileLink",
  "helps" : [ null, null ],
  "category" : 6,
  "articles" : [ null, null ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Author

400

Bad Request ProblemDetails

404

Not Found ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/category/{category}
Получение списка всех авторов по категории (apiV1AuthorsCategoryCategoryGet)

Path parameters

category (required)
Path Parameter — Категория format: int32

Return type

array[Author]

Example data

Content-Type: application/json
[ {
  "description" : "description",
  "twitterSocialProfileLink" : "twitterSocialProfileLink",
  "type" : 1,
  "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
  "showOnRedactionPage" : true,
  "alias" : "alias",
  "logo" : "logo",
  "descriptionForRedactionPage" : "descriptionForRedactionPage",
  "id" : 0,
  "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
  "email" : "email",
  "order" : 5,
  "isHighlighted" : true,
  "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "facebookSocialProfileLink" : "facebookSocialProfileLink",
  "newsMaxCount" : 2,
  "yandexQSocialProfileText" : "yandexQSocialProfileText",
  "helpsMaxCount" : 4,
  "isDefault" : true,
  "name" : "name",
  "specialization" : "specialization",
  "instagramSocialProfileLink" : "instagramSocialProfileLink",
  "helps" : [ null, null ],
  "category" : 6,
  "articles" : [ null, null ]
}, {
  "description" : "description",
  "twitterSocialProfileLink" : "twitterSocialProfileLink",
  "type" : 1,
  "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
  "showOnRedactionPage" : true,
  "alias" : "alias",
  "logo" : "logo",
  "descriptionForRedactionPage" : "descriptionForRedactionPage",
  "id" : 0,
  "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
  "email" : "email",
  "order" : 5,
  "isHighlighted" : true,
  "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "facebookSocialProfileLink" : "facebookSocialProfileLink",
  "newsMaxCount" : 2,
  "yandexQSocialProfileText" : "yandexQSocialProfileText",
  "helpsMaxCount" : 4,
  "isDefault" : true,
  "name" : "name",
  "specialization" : "specialization",
  "instagramSocialProfileLink" : "instagramSocialProfileLink",
  "helps" : [ null, null ],
  "category" : 6,
  "articles" : [ null, null ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/category/{category}/page
Получение списка авторов по категории постранично (apiV1AuthorsCategoryCategoryPageGet)

Path parameters

category (required)
Path Parameter — Категория format: int32

Query parameters

take (optional)
Query Parameter — Количество format: int32
skip (optional)
Query Parameter — Сколько пропустить от начала списка format: int32

Return type

Example data

Content-Type: application/json
{
  "total" : 0,
  "items" : [ {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  }, {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success AuthorDataWithTotal

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Authors/coauthor/{id}/news/add
Добавление новостей соавтору (apiV1AuthorsCoauthorIdNewsAddPut)

Path parameters

id (required)
Path Parameter — Идентификатор соавтора format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы новостей

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Authors/coauthor/{id}/news/delete
Удаление новостей у соавторов (apiV1AuthorsCoauthorIdNewsDeleteDelete)

Path parameters

id (required)
Path Parameter — Идентификатор соавтора format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы новостей

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/coauthor/news/list
Получение списка связок соавторов и новостей (apiV1AuthorsCoauthorNewsListGet)

Query parameters

id (optional)
Query Parameter — Идентификатор соавтора format: int32
newsId (optional)
Query Parameter — Идентификаторы новостей format: int32

Return type

Example data

Content-Type: application/json
[ {
  "isHighlighted" : true,
  "newsId" : 1,
  "name" : "name",
  "alias" : "alias",
  "logo" : "logo",
  "description" : "description",
  "id" : 0,
  "category" : 6
}, {
  "isHighlighted" : true,
  "newsId" : 1,
  "name" : "name",
  "alias" : "alias",
  "logo" : "logo",
  "description" : "description",
  "id" : 0,
  "category" : 6
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/exist
Проверка на существование авторов и редакторов (apiV1AuthorsExistGet)

Return type

map[String, Boolean]

Example data

Content-Type: application/json
{
  "key" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/{id}/articles
Получение разделов по автору (apiV1AuthorsIdArticlesGet)

Path parameters

id (required)
Path Parameter — Идентификатор автора format: int32

Query parameters

take (optional)
Query Parameter — Количество format: int32
skip (optional)
Query Parameter — Сколько пропустить от начала списка format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 9,
  "type" : 2,
  "authorId" : 7,
  "picture" : "picture",
  "parentName" : "parentName",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 3,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 9,
  "type" : 2,
  "authorId" : 7,
  "picture" : "picture",
  "parentName" : "parentName",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 3,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/{id}/articles/popular
Получение популярных разделов по автору (apiV1AuthorsIdArticlesPopularGet)

Path parameters

id (required)
Path Parameter — Идентификатор автора format: int32

Query parameters

take (optional)
Query Parameter — Количество format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "numberOfViews" : 1,
  "name" : "name",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "alias" : "alias",
  "section" : 6,
  "id" : 0,
  "type" : 5,
  "parentAlias" : "parentAlias"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "numberOfViews" : 1,
  "name" : "name",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "alias" : "alias",
  "section" : 6,
  "id" : 0,
  "type" : 5,
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Authors/{id}/delete
Удаление автора (apiV1AuthorsIdDeleteDelete)

Path parameters

id (required)
Path Parameter — Идентификатор автора format: int32

Return type

Example data

Content-Type: application/json
{
  "description" : "description",
  "twitterSocialProfileLink" : "twitterSocialProfileLink",
  "type" : 1,
  "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
  "showOnRedactionPage" : true,
  "alias" : "alias",
  "logo" : "logo",
  "descriptionForRedactionPage" : "descriptionForRedactionPage",
  "id" : 0,
  "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
  "email" : "email",
  "order" : 5,
  "isHighlighted" : true,
  "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "facebookSocialProfileLink" : "facebookSocialProfileLink",
  "newsMaxCount" : 2,
  "yandexQSocialProfileText" : "yandexQSocialProfileText",
  "helpsMaxCount" : 4,
  "isDefault" : true,
  "name" : "name",
  "specialization" : "specialization",
  "instagramSocialProfileLink" : "instagramSocialProfileLink",
  "helps" : [ null, null ],
  "category" : 6,
  "articles" : [ null, null ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Author

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/{id}
Получение автора на идентификатору (apiV1AuthorsIdGet)

Path parameters

id (required)
Path Parameter — Идентификатор format: int32

Return type

Example data

Content-Type: application/json
{
  "description" : "description",
  "twitterSocialProfileLink" : "twitterSocialProfileLink",
  "type" : 1,
  "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
  "showOnRedactionPage" : true,
  "alias" : "alias",
  "logo" : "logo",
  "descriptionForRedactionPage" : "descriptionForRedactionPage",
  "id" : 0,
  "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
  "email" : "email",
  "order" : 5,
  "isHighlighted" : true,
  "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "facebookSocialProfileLink" : "facebookSocialProfileLink",
  "newsMaxCount" : 2,
  "yandexQSocialProfileText" : "yandexQSocialProfileText",
  "helpsMaxCount" : 4,
  "isDefault" : true,
  "name" : "name",
  "specialization" : "specialization",
  "instagramSocialProfileLink" : "instagramSocialProfileLink",
  "helps" : [ null, null ],
  "category" : 6,
  "articles" : [ null, null ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Author

400

Bad Request ProblemDetails

404

Not Found ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/{id}/help
Получение разделов помощника по автору (apiV1AuthorsIdHelpGet)

Path parameters

id (required)
Path Parameter — Идентификатор автора format: int32

Query parameters

take (optional)
Query Parameter — Количество format: int32
skip (optional)
Query Parameter — Сколько пропустить от начала списка format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 9,
  "type" : 2,
  "authorId" : 7,
  "picture" : "picture",
  "parentName" : "parentName",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 3,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 9,
  "type" : 2,
  "authorId" : 7,
  "picture" : "picture",
  "parentName" : "parentName",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 3,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/{id}/info
Получение информации об авторе по идентификатору (apiV1AuthorsIdInfoGet)

Path parameters

id (required)
Path Parameter — Идентификатор format: int32

Return type

Example data

Content-Type: application/json
{
  "description" : "description",
  "twitterSocialProfileLink" : "twitterSocialProfileLink",
  "type" : 1,
  "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
  "showOnRedactionPage" : true,
  "alias" : "alias",
  "logo" : "logo",
  "descriptionForRedactionPage" : "descriptionForRedactionPage",
  "id" : 0,
  "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
  "email" : "email",
  "order" : 5,
  "isHighlighted" : true,
  "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "facebookSocialProfileLink" : "facebookSocialProfileLink",
  "newsMaxCount" : 2,
  "yandexQSocialProfileText" : "yandexQSocialProfileText",
  "helpsMaxCount" : 4,
  "isDefault" : true,
  "name" : "name",
  "specialization" : "specialization",
  "instagramSocialProfileLink" : "instagramSocialProfileLink",
  "helps" : [ null, null ],
  "category" : 6,
  "articles" : [ null, null ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Author

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Authors/{id}/news/add
Добавление новостей автору (apiV1AuthorsIdNewsAddPut)

Path parameters

id (required)
Path Parameter — Идентификатор автора format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы новостей

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Authors/{id}/news/delete
Удаление новостей у автора (apiV1AuthorsIdNewsDeleteDelete)

Path parameters

id (required)
Path Parameter — Идентификатор автора format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Иде6нтификаторы новостей

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/{id}/news
Получение разделов новостей по автору (apiV1AuthorsIdNewsGet)

Path parameters

id (required)
Path Parameter — Идентификатор автора format: int32

Query parameters

take (optional)
Query Parameter — Количество format: int32
skip (optional)
Query Parameter — Сколько пропустить от начала списка format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 9,
  "type" : 2,
  "authorId" : 7,
  "picture" : "picture",
  "parentName" : "parentName",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 3,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 9,
  "type" : 2,
  "authorId" : 7,
  "picture" : "picture",
  "parentName" : "parentName",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 3,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/{id}/preview
Получение основной информации об авторе по идентификатору (apiV1AuthorsIdPreviewGet)

Path parameters

id (required)
Path Parameter — Идентификатор format: int32

Return type

Example data

Content-Type: application/json
{
  "isHighlighted" : true,
  "name" : "name",
  "alias" : "alias",
  "logo" : "logo",
  "description" : "description",
  "id" : 0,
  "category" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success AuthorPreview

400

Bad Request ProblemDetails

404

Not Found ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/list
Получение списка авторов (apiV1AuthorsListGet)

Query parameters

skip (optional)
Query Parameter — Сколько пропустить от начала списка format: int32
take (optional)
Query Parameter — Количество format: int32

Return type

array[Author]

Example data

Content-Type: application/json
[ {
  "description" : "description",
  "twitterSocialProfileLink" : "twitterSocialProfileLink",
  "type" : 1,
  "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
  "showOnRedactionPage" : true,
  "alias" : "alias",
  "logo" : "logo",
  "descriptionForRedactionPage" : "descriptionForRedactionPage",
  "id" : 0,
  "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
  "email" : "email",
  "order" : 5,
  "isHighlighted" : true,
  "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "facebookSocialProfileLink" : "facebookSocialProfileLink",
  "newsMaxCount" : 2,
  "yandexQSocialProfileText" : "yandexQSocialProfileText",
  "helpsMaxCount" : 4,
  "isDefault" : true,
  "name" : "name",
  "specialization" : "specialization",
  "instagramSocialProfileLink" : "instagramSocialProfileLink",
  "helps" : [ null, null ],
  "category" : 6,
  "articles" : [ null, null ]
}, {
  "description" : "description",
  "twitterSocialProfileLink" : "twitterSocialProfileLink",
  "type" : 1,
  "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
  "showOnRedactionPage" : true,
  "alias" : "alias",
  "logo" : "logo",
  "descriptionForRedactionPage" : "descriptionForRedactionPage",
  "id" : 0,
  "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
  "email" : "email",
  "order" : 5,
  "isHighlighted" : true,
  "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "facebookSocialProfileLink" : "facebookSocialProfileLink",
  "newsMaxCount" : 2,
  "yandexQSocialProfileText" : "yandexQSocialProfileText",
  "helpsMaxCount" : 4,
  "isDefault" : true,
  "name" : "name",
  "specialization" : "specialization",
  "instagramSocialProfileLink" : "instagramSocialProfileLink",
  "helps" : [ null, null ],
  "category" : 6,
  "articles" : [ null, null ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Authors/news/list
Получение доступных связок новостей и авторов (apiV1AuthorsNewsListGet)

Query parameters

id (optional)
Query Parameter — Идентификатор автора format: int32
newsId (optional)
Query Parameter — Идентификаторы новостей format: int32

Return type

Example data

Content-Type: application/json
[ {
  "isHighlighted" : true,
  "newsId" : 1,
  "name" : "name",
  "alias" : "alias",
  "logo" : "logo",
  "description" : "description",
  "id" : 0,
  "category" : 6
}, {
  "isHighlighted" : true,
  "newsId" : 1,
  "name" : "name",
  "alias" : "alias",
  "logo" : "logo",
  "description" : "description",
  "id" : 0,
  "category" : 6
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Authors/update
Обновление информации об авторе (apiV1AuthorsUpdatePut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body AuthorInfo (optional)
Body Parameter — Автор

Return type

Example data

Content-Type: application/json
{
  "description" : "description",
  "twitterSocialProfileLink" : "twitterSocialProfileLink",
  "type" : 1,
  "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
  "showOnRedactionPage" : true,
  "alias" : "alias",
  "logo" : "logo",
  "descriptionForRedactionPage" : "descriptionForRedactionPage",
  "id" : 0,
  "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
  "email" : "email",
  "order" : 5,
  "isHighlighted" : true,
  "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 9,
    "type" : 2,
    "authorId" : 7,
    "picture" : "picture",
    "parentName" : "parentName",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 3,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "facebookSocialProfileLink" : "facebookSocialProfileLink",
  "newsMaxCount" : 2,
  "yandexQSocialProfileText" : "yandexQSocialProfileText",
  "helpsMaxCount" : 4,
  "isDefault" : true,
  "name" : "name",
  "specialization" : "specialization",
  "instagramSocialProfileLink" : "instagramSocialProfileLink",
  "helps" : [ null, null ],
  "category" : 6,
  "articles" : [ null, null ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Author

400

Bad Request ProblemDetails

default

Error ProblemDetails

ContentList

Up
get /api/v1/ContentList/announcements/main
Получение анонсов для главной страницы. (apiV1ContentListAnnouncementsMainGet)

Query parameters

take (optional)
Query Parameter — Количество анонсов для получения. format: int32
skip (optional)
Query Parameter — Сколько пропустить анонсов с начала. format: int32
section (optional)
Query Parameter — Секция сайта (банки, страхование и т.д.).
rubricId (optional)
Query Parameter — Идентификатор рубрики. format: int32
excludeIdsString (optional)
Query Parameter — Идентификаторы анонсов, которые следует исключить из выдачи (разделённые запятой).

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ContentList/announcements/main/list
Получение анонсов для рубрик. (apiV1ContentListAnnouncementsMainListGet)

Query parameters

section (optional)
Query Parameter — Секция сайта (банки, стархование и т.д.).

Return type

map[String, array[Announcement]]

Example data

Content-Type: application/json
{
  "key" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ContentList/feed
Получение новостной ленты. (apiV1ContentListFeedGet)

Query parameters

take (optional)
Query Parameter — Количество новостей для выборки. format: int32
excludeTag (optional)
Query Parameter — Теги новостей, которые следует исключить.

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ContentList/feed/page
Получение ленты новостей с данными о рубриках. (apiV1ContentListFeedPageGet)

Query parameters

take (optional)
Query Parameter — Количество новостей для выборки. format: int32
skip (optional)
Query Parameter — Количество новостей для пропуска от начала списка. format: int32

Return type

Example data

Content-Type: application/json
{
  "total" : 0,
  "items" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success AnnouncementDataWithTotal

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ContentList/help/related/bank
Получение последних связанных статей помощника. (apiV1ContentListHelpRelatedBankGet)

Query parameters

bankId (optional)
Query Parameter — Идентификатор банка. format: uuid
take (optional)
Query Parameter — Количество записей для получения. format: int32
skip (optional)
Query Parameter — Количество записей для пропуска от начала списка. default: 0 format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ContentList/news/related/bank
Получение последних связанных новостей. (apiV1ContentListNewsRelatedBankGet)

Query parameters

bankId (optional)
Query Parameter — Идентификатор банка. format: uuid
take (optional)
Query Parameter — Количество записей для получения. format: int32
skip (optional)
Query Parameter — Количество записей для пропуска от начала списка. default: 0 format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ContentList/pressfeed
Получение ленты пресс-релизов. (apiV1ContentListPressfeedGet)

Query parameters

take (optional)
Query Parameter — Количество пресс-релизов для выборки. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "organizationType" : 6,
  "preview" : "preview",
  "name" : "name",
  "alias" : "alias",
  "id" : 0,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "organizationType" : 6,
  "preview" : "preview",
  "name" : "name",
  "alias" : "alias",
  "id" : 0,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ContentList/pressfeed/page
Получение ленты пресс-релизов с данными о рубриках. (apiV1ContentListPressfeedPageGet)

Query parameters

take (optional)
Query Parameter — Количество пресс-релизов для выборки. format: int32
skip (optional)
Query Parameter — Количество пресс-релизов для пропуска от начала списка. format: int32

Return type

Example data

Content-Type: application/json
{
  "total" : 0,
  "items" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "organizationType" : 6,
    "preview" : "preview",
    "name" : "name",
    "alias" : "alias",
    "id" : 0,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "organizationType" : 6,
    "preview" : "preview",
    "name" : "name",
    "alias" : "alias",
    "id" : 0,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success PressAnnouncementDataWithTotal

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ContentList/related/bank/count
Получение количество связанного контента. (apiV1ContentListRelatedBankCountGet)

Query parameters

bankId (optional)
Query Parameter — Идентификатор банка. format: uuid
type (optional)
Query Parameter — Тип связи.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ContentList/related/bank
Получение новостей и анонсов для банка. (apiV1ContentListRelatedBankGet)

Query parameters

bankId (optional)
Query Parameter — Идентификатор банка. format: uuid
take (optional)
Query Parameter — Количество записей для получения. format: int32
skip (optional)
Query Parameter — Количество записей для пропуска от начала списка. default: 0 format: int32

Return type

Example data

Content-Type: application/json
{ }

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Int32AnnouncementIEnumerableValueTuple

400

Bad Request ProblemDetails

default

Error ProblemDetails

ExpertOpinion

Up
put /api/v1/ExpertOpinion/expert/{expertId}/news/add
Добавление новости эксперту. (apiV1ExpertOpinionExpertExpertIdNewsAddPut)

Path parameters

expertId (required)
Path Parameter — Идентификатор эксперта. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы новостей.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/ExpertOpinion/expert/{expertId}/news/delete
Удаление новостей у эксперта. (apiV1ExpertOpinionExpertExpertIdNewsDeleteDelete)

Path parameters

expertId (required)
Path Parameter — Идентификатор эксперта. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы новостей.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ExpertOpinion/{expertId}/countandorder
Получение количества мнений эксперта. (apiV1ExpertOpinionExpertIdCountandorderGet)

Path parameters

expertId (required)
Path Parameter — Идентификатор эксперта. format: int32

Return type

Example data

Content-Type: application/json
{
  "opinionsMaxCount" : 0,
  "opinionsMaxOrder" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success ExpertOpinionsCountAndOrder

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ExpertOpinion/expert/news/list
Получение списка связок новостей и экспертов. (apiV1ExpertOpinionExpertNewsListGet)

Query parameters

expertId (optional)
Query Parameter — Идентификатор эксперта. format: int32
newsId (optional)
Query Parameter — Идентификаторы новостей. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "helpId" : 6,
  "id" : 0
}, {
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "helpId" : 6,
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/ExpertOpinion/{id}/opinion/delete
Удаление мнения эксперта. (apiV1ExpertOpinionIdOpinionDeleteDelete)

Path parameters

id (required)
Path Parameter — Идентификатор эксперта. format: uuid

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ExpertOpinion/{id}/opinion
Получение эксперта по идентификатору эксперта (apiV1ExpertOpinionIdOpinionGet)

Path parameters

id (required)
Path Parameter — Идентификатор эксперта format: int32

Return type

Example data

Content-Type: application/json
{
  "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
  "image" : "image",
  "facebookSocialProfileLink" : "facebookSocialProfileLink",
  "description" : "description",
  "opinionsMaxCount" : 6,
  "twitterSocialProfileLink" : "twitterSocialProfileLink",
  "yandexQSocialProfileText" : "yandexQSocialProfileText",
  "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
  "name" : "name",
  "alias" : "alias",
  "opinions" : [ {
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 6,
      "rubric" : {
        "isHighlighted" : true,
        "rubricName" : "rubricName",
        "rubricAlias" : "rubricAlias",
        "isMain" : true,
        "count" : 3,
        "rubricId" : 7,
        "order" : 9
      },
      "pictureName" : "pictureName",
      "type" : 2,
      "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "picture" : "picture",
      "imageInFeed" : true,
      "commentsCount" : 5,
      "name" : "name",
      "alias" : "alias",
      "rubricId" : 5,
      "id" : 0,
      "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
      "parentAlias" : "parentAlias",
      "productType" : 1
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 6,
      "rubric" : {
        "isHighlighted" : true,
        "rubricName" : "rubricName",
        "rubricAlias" : "rubricAlias",
        "isMain" : true,
        "count" : 3,
        "rubricId" : 7,
        "order" : 9
      },
      "pictureName" : "pictureName",
      "type" : 2,
      "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "picture" : "picture",
      "imageInFeed" : true,
      "commentsCount" : 5,
      "name" : "name",
      "alias" : "alias",
      "rubricId" : 5,
      "id" : 0,
      "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
      "parentAlias" : "parentAlias",
      "productType" : 1
    } ],
    "expertId" : 0,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  }, {
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 6,
      "rubric" : {
        "isHighlighted" : true,
        "rubricName" : "rubricName",
        "rubricAlias" : "rubricAlias",
        "isMain" : true,
        "count" : 3,
        "rubricId" : 7,
        "order" : 9
      },
      "pictureName" : "pictureName",
      "type" : 2,
      "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "picture" : "picture",
      "imageInFeed" : true,
      "commentsCount" : 5,
      "name" : "name",
      "alias" : "alias",
      "rubricId" : 5,
      "id" : 0,
      "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
      "parentAlias" : "parentAlias",
      "productType" : 1
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 6,
      "rubric" : {
        "isHighlighted" : true,
        "rubricName" : "rubricName",
        "rubricAlias" : "rubricAlias",
        "isMain" : true,
        "count" : 3,
        "rubricId" : 7,
        "order" : 9
      },
      "pictureName" : "pictureName",
      "type" : 2,
      "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "picture" : "picture",
      "imageInFeed" : true,
      "commentsCount" : 5,
      "name" : "name",
      "alias" : "alias",
      "rubricId" : 5,
      "id" : 0,
      "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
      "parentAlias" : "parentAlias",
      "productType" : 1
    } ],
    "expertId" : 0,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  } ],
  "instagramSocialProfileLink" : "instagramSocialProfileLink",
  "descriptionForRedactionPage" : "descriptionForRedactionPage",
  "id" : 0,
  "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Expert

400

Bad Request ProblemDetails

404

Not Found ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ExpertOpinion/{id}/opinion/info
Получение мнения эксперта. (apiV1ExpertOpinionIdOpinionInfoGet)

Path parameters

id (required)
Path Parameter — Идентификатор эксперта. format: uuid

Return type

Example data

Content-Type: application/json
{
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ],
  "expertId" : 0,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success ExpertOpinion

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/ExpertOpinion/news/add
Добавление связки новостей и мнений экспертов. (apiV1ExpertOpinionNewsAddPost)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body ExpertOpinionsToNews (optional)
Body Parameter — Модель связки.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ExpertOpinion/news/list
Получение списка связок новостей и мнений экспертов. (apiV1ExpertOpinionNewsListGet)

Query parameters

opinionId (optional)
Query Parameter — Идентификатор мнения эксперта. format: uuid
newsId (optional)
Query Parameter — Идентификаторы новостей. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ],
  "expertId" : 0,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
}, {
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ],
  "expertId" : 0,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/ExpertOpinion/news/update
Обновление связки новостей и мнений экспертов. (apiV1ExpertOpinionNewsUpdatePut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body ExpertOpinionsToNews (optional)
Body Parameter — Модель связки.

Return type

Example data

Content-Type: application/json
{
  "newsId" : 6,
  "expertOpinionId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "expertOpinionType" : 1,
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success ExpertOpinionsToNews

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/ExpertOpinion/opinion/add
Добавление мнения эксперта. (apiV1ExpertOpinionOpinionAddPost)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body ExpertOpinion (optional)
Body Parameter — Мнение эксперта.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/ExpertOpinion/{opinionId}/news/delete
Удаление связки новостей и мнений экспертов. (apiV1ExpertOpinionOpinionIdNewsDeleteDelete)

Path parameters

opinionId (required)
Path Parameter — Идентификатор мнения эксперта. format: uuid

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы новостей.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ExpertOpinion/opinion/list
Получение списка мнений эксперта. (apiV1ExpertOpinionOpinionListGet)

Query parameters

take (optional)
Query Parameter — Количество format: int32
skip (optional)
Query Parameter — Сколько пропустить от начала списка default: 0 format: int32

Return type

Example data

Content-Type: application/json
[ {
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ],
  "expertId" : 0,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
}, {
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ],
  "expertId" : 0,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ExpertOpinion/opinion/main
Получение основного мнения эксперта. (apiV1ExpertOpinionOpinionMainGet)

Return type

Example data

Content-Type: application/json
{
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ],
  "expertId" : 0,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success ExpertOpinion

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/ExpertOpinion/opinion/update
Обновление мнения эксперта. (apiV1ExpertOpinionOpinionUpdatePut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body ExpertOpinion (optional)
Body Parameter — Мнение эксперта.

Return type

Example data

Content-Type: application/json
{
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ],
  "expertId" : 0,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success ExpertOpinion

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/ExpertOpinion/opinions
Получение мнений экспертов. (apiV1ExpertOpinionOpinionsGet)

Query parameters

take (optional)
Query Parameter — Количество мнений для получения. format: int32
skip (optional)
Query Parameter — Количество мнений для пропуска от начала списка. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ],
  "expertId" : 0,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
}, {
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ],
  "expertId" : 0,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Help

Up
post /api/v1/Help/add
Добавление помощника. (apiV1HelpAddPost)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpInfo (optional)
Body Parameter — Помощник.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/{alias}
Получение помощника по алиасу. (apiV1HelpAliasGet)

Path parameters

alias (required)
Path Parameter — Алиас помощника.

Query parameters

parentAlias (optional)
Query Parameter — Алиас родителя помощника.
bankId (optional)
Query Parameter — Идентификатор банка. format: uuid
useTextOptimized (optional)
Query Parameter — Оптимизированная версия текста. default: false

Return type

Example data

Content-Type: application/json
{
  "date" : "2000-01-23T04:56:07.000+00:00",
  "isActual" : true,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "pathFirstImage" : "pathFirstImage",
  "expertAuthorId" : 7,
  "metaDescription" : "metaDescription",
  "bank" : {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  },
  "useYandexAMP" : true,
  "useless" : 5,
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "parentAlias" : "parentAlias",
  "order" : 9,
  "generalTheme" : true,
  "image" : "image",
  "isMain" : true,
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "sendToPrRss" : true,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "parentName" : "parentName",
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "textOptimized" : "textOptimized",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2,
  "siteSection" : 6,
  "optimized" : true,
  "previousItemAlias" : "previousItemAlias",
  "coAuthorId" : 4,
  "title" : "title",
  "seoTitle" : "seoTitle",
  "quicklyObsolete" : true,
  "content" : "content",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "helpImages" : [ {
    "path" : "path",
    "help" : 6,
    "id" : 3
  }, {
    "path" : "path",
    "help" : 6,
    "id" : 3
  } ],
  "alias" : "alias",
  "isDayTheme" : true,
  "authorId" : 2,
  "nextAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "image" : "image",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 9,
    "numberOfViews" : 9,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  },
  "parentId" : 1,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "broadcastOnNews" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Help

400

Bad Request ProblemDetails

404

Not Found ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/alias/{id}
Получение алиаса помощника по его идентификатору. (apiV1HelpAliasIdGet)

Path parameters

id (required)
Path Parameter — Идентификатор помощника. format: int32

Return type

String

Example data

Content-Type: application/json
""

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success String

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/announcements/byparent/{id}
Получение всех дочерних анонсов у помощника. (apiV1HelpAnnouncementsByparentIdGet)

Path parameters

id (required)
Path Parameter — Идентификатор помощника. format: int32

Query parameters

take (optional)
Query Parameter — Количество выбираемых записей. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "image" : "image",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 9,
  "numberOfViews" : 9,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "image" : "image",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 9,
  "numberOfViews" : 9,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/announcements/count
Получение количества анонсов секции сайта. (apiV1HelpAnnouncementsCountGet)

Query parameters

section (optional)
Query Parameter — Секция сайта.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/announcements
Получение анонсов. (apiV1HelpAnnouncementsGet)

Query parameters

take (optional)
Query Parameter — Количество выбираемых записей. format: int32
skip (optional)
Query Parameter — Сколько пропустить от начала списка. format: int32
section (optional)
Query Parameter — Раздел сайта.

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "image" : "image",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 9,
  "numberOfViews" : 9,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "image" : "image",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 9,
  "numberOfViews" : 9,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/bank/{bankId}/announcements
Получение анонса помощников по идентификатору банка. (apiV1HelpBankBankIdAnnouncementsGet)

Path parameters

bankId (required)
Path Parameter — Идентификатор банка. format: uuid

Query parameters

skip (optional)
Query Parameter — Сколько пропустить от начала списка. format: int32
take (optional)
Query Parameter — Количество выбираемых записей. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "image" : "image",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 9,
  "numberOfViews" : 9,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "image" : "image",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 9,
  "numberOfViews" : 9,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request

default

Error ProblemDetails

Up
get /api/v1/Help/bank/{bankId}/count
Получение количества помощников у банка. (apiV1HelpBankBankIdCountGet)

Path parameters

bankId (required)
Path Parameter — Идентификатор банка. format: uuid

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "image" : "image",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 9,
  "numberOfViews" : 9,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "image" : "image",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "commentsCount" : 9,
  "numberOfViews" : 9,
  "name" : "name",
  "alias" : "alias",
  "id" : 5,
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request

default

Error ProblemDetails

Up
get /api/v1/Help/banks/list
Получение доступных связок банков и помощников. (apiV1HelpBanksListGet)

Query parameters

helpId (optional)
Query Parameter — Идентификатор помощника. format: int32
bankId (optional)
Query Parameter — Идентификатор банка. format: uuid

Return type

Example data

Content-Type: application/json
[ {
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "helpId" : 6,
  "id" : 0
}, {
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "helpId" : 6,
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/{currentAlias}/prev
Получение предыдущего помощника. (apiV1HelpCurrentAliasPrevGet)

Path parameters

currentAlias (required)
Path Parameter — Алиас текущего помощника.

Query parameters

startedFrom (required)
Query Parameter — Алиас помощника, с которого начался поиск.
useTextOptimized (optional)
Query Parameter — Оптимизированная версия текста. default: false

Return type

Example data

Content-Type: application/json
{
  "date" : "2000-01-23T04:56:07.000+00:00",
  "isActual" : true,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "pathFirstImage" : "pathFirstImage",
  "expertAuthorId" : 7,
  "metaDescription" : "metaDescription",
  "bank" : {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  },
  "useYandexAMP" : true,
  "useless" : 5,
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "parentAlias" : "parentAlias",
  "order" : 9,
  "generalTheme" : true,
  "image" : "image",
  "isMain" : true,
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "sendToPrRss" : true,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "parentName" : "parentName",
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "textOptimized" : "textOptimized",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2,
  "siteSection" : 6,
  "optimized" : true,
  "previousItemAlias" : "previousItemAlias",
  "coAuthorId" : 4,
  "title" : "title",
  "seoTitle" : "seoTitle",
  "quicklyObsolete" : true,
  "content" : "content",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "helpImages" : [ {
    "path" : "path",
    "help" : 6,
    "id" : 3
  }, {
    "path" : "path",
    "help" : 6,
    "id" : 3
  } ],
  "alias" : "alias",
  "isDayTheme" : true,
  "authorId" : 2,
  "nextAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "image" : "image",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 9,
    "numberOfViews" : 9,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  },
  "parentId" : 1,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "broadcastOnNews" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Help

400

Bad Request ProblemDetails

404

Not Found ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/footer
Получение помощников для футера. (apiV1HelpFooterGet)

Query parameters

bankId (optional)
Query Parameter — Идентификатор банка. format: uuid
siteSection (optional)
Query Parameter — Секция сайта.
parentAlias (optional)
Query Parameter — Алиас родителя помощника.
count (optional)
Query Parameter — Количество выбираемых записей. format: int32

Return type

array[Help]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "isActual" : true,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "pathFirstImage" : "pathFirstImage",
  "expertAuthorId" : 7,
  "metaDescription" : "metaDescription",
  "bank" : {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  },
  "useYandexAMP" : true,
  "useless" : 5,
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "parentAlias" : "parentAlias",
  "order" : 9,
  "generalTheme" : true,
  "image" : "image",
  "isMain" : true,
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "sendToPrRss" : true,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "parentName" : "parentName",
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "textOptimized" : "textOptimized",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2,
  "siteSection" : 6,
  "optimized" : true,
  "previousItemAlias" : "previousItemAlias",
  "coAuthorId" : 4,
  "title" : "title",
  "seoTitle" : "seoTitle",
  "quicklyObsolete" : true,
  "content" : "content",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "helpImages" : [ {
    "path" : "path",
    "help" : 6,
    "id" : 3
  }, {
    "path" : "path",
    "help" : 6,
    "id" : 3
  } ],
  "alias" : "alias",
  "isDayTheme" : true,
  "authorId" : 2,
  "nextAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "image" : "image",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 9,
    "numberOfViews" : 9,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  },
  "parentId" : 1,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "broadcastOnNews" : true
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "isActual" : true,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "pathFirstImage" : "pathFirstImage",
  "expertAuthorId" : 7,
  "metaDescription" : "metaDescription",
  "bank" : {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  },
  "useYandexAMP" : true,
  "useless" : 5,
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "parentAlias" : "parentAlias",
  "order" : 9,
  "generalTheme" : true,
  "image" : "image",
  "isMain" : true,
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "sendToPrRss" : true,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "parentName" : "parentName",
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "textOptimized" : "textOptimized",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2,
  "siteSection" : 6,
  "optimized" : true,
  "previousItemAlias" : "previousItemAlias",
  "coAuthorId" : 4,
  "title" : "title",
  "seoTitle" : "seoTitle",
  "quicklyObsolete" : true,
  "content" : "content",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "helpImages" : [ {
    "path" : "path",
    "help" : 6,
    "id" : 3
  }, {
    "path" : "path",
    "help" : 6,
    "id" : 3
  } ],
  "alias" : "alias",
  "isDayTheme" : true,
  "authorId" : 2,
  "nextAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "image" : "image",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 9,
    "numberOfViews" : 9,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  },
  "parentId" : 1,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "broadcastOnNews" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request

default

Error ProblemDetails

Up
post /api/v1/Help/{helpId}/banks/add
Добавление банка для помощника. (apiV1HelpHelpIdBanksAddPost)

Path parameters

helpId (required)
Path Parameter — Идентификатор помощника. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body UUID (optional)
Body Parameter — Идентификатор банка.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Help/{helpId}/banks/delete
Удаление банка у помощника. (apiV1HelpHelpIdBanksDeleteDelete)

Path parameters

helpId (required)
Path Parameter — Идентификатор помощника. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body UUID (optional)
Body Parameter — Идентификатор банка.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Help/{helpId}/helps/delete
Удаление связей между помощниками. (apiV1HelpHelpIdHelpsDeleteDelete)

Path parameters

helpId (required)
Path Parameter — Идентификатор помощника. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы связанных помощников.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Help/{helpId}/news/delete
Удаление связи между помощником и новостями. (apiV1HelpHelpIdNewsDeleteDelete)

Path parameters

helpId (required)
Path Parameter — Идентификатор помощника. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы новостей.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Help/{helpId}/quicksearchset/delete
Удаление привязки быстрых ссылок к помощнику. (apiV1HelpHelpIdQuicksearchsetDeleteDelete)

Path parameters

helpId (required)
Path Parameter — Идентификатор помощника. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификатор быстрой ссылки.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Help/{helpId}/seopages/delete
Удаление привязки сео-страник к помощнику. (apiV1HelpHelpIdSeopagesDeleteDelete)

Path parameters

helpId (required)
Path Parameter — Идентификатор помощника. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы сео-страниц.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/Help/{helpId}/tags/add
Привязка тегов к помощникам. (apiV1HelpHelpIdTagsAddPost)

Path parameters

helpId (required)
Path Parameter — Идентификатор помощника. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы тегов для привязки.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Help/{helpId}/tags/delete
Отвязка тегов от помощника. (apiV1HelpHelpIdTagsDeleteDelete)

Path parameters

helpId (required)
Path Parameter — Идентификатор помощника. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы тегов для отвязки.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/Help/helpimage/add
Добавление изображения к помощнику. (apiV1HelpHelpimageAddPost)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpImage (optional)
Body Parameter — Информация об изображении.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/helpimage/list
Получение изображений у помощника. (apiV1HelpHelpimageListGet)

Query parameters

helpId (optional)
Query Parameter — Идентификатор помощника. format: int32
take (optional)
Query Parameter — Количество выбираемых записей. format: int32
skip (optional)
Query Parameter — Сколько пропустить от начала списка. default: 0 format: int32

Return type

array[HelpImage]

Example data

Content-Type: application/json
[ {
  "path" : "path",
  "help" : 6,
  "id" : 3
}, {
  "path" : "path",
  "help" : 6,
  "id" : 3
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Help/helpimage/update
Обновление изображения у помощника. (apiV1HelpHelpimageUpdatePut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpImage (optional)
Body Parameter — Информация об изображении.

Return type

Example data

Content-Type: application/json
{
  "path" : "path",
  "help" : 6,
  "id" : 3
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success HelpImage

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/Help/helps/add
Добавление связи между помощниками. (apiV1HelpHelpsAddPost)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpToHelp (optional)
Body Parameter — Дочерний помощник, помощник, актуальность связи.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/helps/list
Получение списка связей между помощниками. (apiV1HelpHelpsListGet)

Query parameters

helpId (optional)
Query Parameter — Идентификатор помощника. format: int32
relatedHelpId (optional)
Query Parameter — Идентификаторы связанных помощников. format: int32

Return type

array[HelpToHelp]

Example data

Content-Type: application/json
[ {
  "relatedHelpId" : 6,
  "isActual" : true,
  "helpId" : 1,
  "id" : 0,
  "isAutomatic" : true
}, {
  "relatedHelpId" : 6,
  "isActual" : true,
  "helpId" : 1,
  "id" : 0,
  "isAutomatic" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Help/helps/update
Обновление связей между помощниками. (apiV1HelpHelpsUpdatePut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpToHelp (optional)
Body Parameter — Дочерний помощник, помощник, актуальность связи.

Return type

Example data

Content-Type: application/json
{
  "relatedHelpId" : 6,
  "isActual" : true,
  "helpId" : 1,
  "id" : 0,
  "isAutomatic" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success HelpToHelp

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Help/{id}/delete
Удаление помощника. (apiV1HelpIdDeleteDelete)

Path parameters

id (required)
Path Parameter — Идентификатор помощника. format: int32

Return type

Example data

Content-Type: application/json
{
  "date" : "2000-01-23T04:56:07.000+00:00",
  "siteSection" : 6,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "optimized" : true,
  "pathFirstImage" : "pathFirstImage",
  "coAuthorId" : 4,
  "expertAuthorId" : 7,
  "title" : "title",
  "metaDescription" : "metaDescription",
  "quicklyObsolete" : true,
  "content" : "content",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "useYandexAMP" : true,
  "useless" : 5,
  "alias" : "alias",
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "order" : 9,
  "generalTheme" : true,
  "isDayTheme" : true,
  "isMain" : true,
  "sendToPrRss" : true,
  "authorId" : 2,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "name" : "name",
  "textOptimized" : "textOptimized",
  "broadcastOnNews" : true,
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success HelpInfo

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Help/{id}/helpimage/delete
Удаление изображения у помощника. (apiV1HelpIdHelpimageDeleteDelete)

Path parameters

id (required)
Path Parameter — Идентификатор изображения format: int32

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/{id}/info
Получение помощника по идентификатору. (apiV1HelpIdInfoGet)

Path parameters

id (required)
Path Parameter — Идентификатор помощника. format: int32

Return type

Example data

Content-Type: application/json
{
  "date" : "2000-01-23T04:56:07.000+00:00",
  "siteSection" : 6,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "optimized" : true,
  "pathFirstImage" : "pathFirstImage",
  "coAuthorId" : 4,
  "expertAuthorId" : 7,
  "title" : "title",
  "metaDescription" : "metaDescription",
  "quicklyObsolete" : true,
  "content" : "content",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "useYandexAMP" : true,
  "useless" : 5,
  "alias" : "alias",
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "order" : 9,
  "generalTheme" : true,
  "isDayTheme" : true,
  "isMain" : true,
  "sendToPrRss" : true,
  "authorId" : 2,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "name" : "name",
  "textOptimized" : "textOptimized",
  "broadcastOnNews" : true,
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success HelpInfo

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/Help/{id}/usefuluseless
Учёт голоса за помощник и возврат обновлённых значений. (apiV1HelpIdUsefuluselessPost)

Path parameters

id (required)
Path Parameter — Идентификатор помощника. format: int32

Query parameters

addVote (optional)
Query Parameter — Флаг, что голос должен быть добавлен (без удаления противоположных голосов).
isUseful (optional)
Query Parameter — Флаг, что помощник полезен.

Return type

Example data

Content-Type: application/json
{
  "useless" : 6,
  "useful" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success UsefulUselessVote

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/Help/{id}/view
Обновление просмотров помощника. (apiV1HelpIdViewPost)

Path parameters

id (required)
Path Parameter — Идентификатор помощника. format: int32

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/links/actual
Получение ссылок помощников с пометкой "актуальный". (apiV1HelpLinksActualGet)

Query parameters

take (optional)
Query Parameter — Количество выбираемых записей. format: int32

Return type

Example data

Content-Type: application/json
{
  "total" : 0,
  "items" : [ {
    "text" : "text",
    "url" : "url"
  }, {
    "text" : "text",
    "url" : "url"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success LinkDataWithTotal

Up
get /api/v1/Help/links/forquestion/{themeId}
Получение помощников по теме. (apiV1HelpLinksForquestionThemeIdGet)

Path parameters

themeId (required)
Path Parameter — Идентификатор темы. format: int32

Query parameters

take (optional)
Query Parameter — Количество выбираемых записей. default: 9 format: int32

Return type

Example data

Content-Type: application/json
[ {
  "path" : "path",
  "name" : "name",
  "section" : 0
}, {
  "path" : "path",
  "name" : "name",
  "section" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/Links
Получение ссылок помощников для перечня страниц. (apiV1HelpLinksGet)

Query parameters

seoPageIds (optional)
Query Parameter — Идентификаторы страниц. format: int32

Return type

Example data

Content-Type: application/json
{
  "total" : 0,
  "items" : [ {
    "text" : "text",
    "url" : "url"
  }, {
    "text" : "text",
    "url" : "url"
  } ]
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success LinkDataWithTotal

Up
get /api/v1/Help/links/goodscategory
Получение помощников для категории товаров. (apiV1HelpLinksGoodscategoryGet)

Query parameters

goodsCategoryId (optional)
Query Parameter — Идентификатор группы категории товаров. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "path" : "path",
  "siteSection" : 6,
  "name" : "name",
  "id" : 0,
  "hasText" : true,
  "announce" : "announce",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
  "path" : "path",
  "siteSection" : 6,
  "name" : "name",
  "id" : 0,
  "hasText" : true,
  "announce" : "announce",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

Up
get /api/v1/Help/links/quicksearch
Получение помощников для группы быстрых ссылок. (apiV1HelpLinksQuicksearchGet)

Query parameters

quickSearchSetId (optional)
Query Parameter — Идентификатор группы быстрых ссылок. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "path" : "path",
  "siteSection" : 6,
  "name" : "name",
  "id" : 0,
  "hasText" : true,
  "announce" : "announce",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
  "path" : "path",
  "siteSection" : 6,
  "name" : "name",
  "id" : 0,
  "hasText" : true,
  "announce" : "announce",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

Up
get /api/v1/Help/links/seoblock
Получение помощников для перечня страниц. (apiV1HelpLinksSeoblockGet)

Query parameters

seoPageIds (optional)
Query Parameter — Идентификаторы страниц. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "path" : "path",
  "siteSection" : 6,
  "name" : "name",
  "id" : 0,
  "hasText" : true,
  "announce" : "announce",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}, {
  "path" : "path",
  "siteSection" : 6,
  "name" : "name",
  "id" : 0,
  "hasText" : true,
  "announce" : "announce",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

Up
get /api/v1/Help/list
Получение помощников. (apiV1HelpListGet)

Query parameters

skip (optional)
Query Parameter — Сколько пропустить от начала списка. format: int32
take (optional)
Query Parameter — Количество выбираемых записей. format: int32

Return type

array[HelpInfo]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "siteSection" : 6,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "optimized" : true,
  "pathFirstImage" : "pathFirstImage",
  "coAuthorId" : 4,
  "expertAuthorId" : 7,
  "title" : "title",
  "metaDescription" : "metaDescription",
  "quicklyObsolete" : true,
  "content" : "content",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "useYandexAMP" : true,
  "useless" : 5,
  "alias" : "alias",
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "order" : 9,
  "generalTheme" : true,
  "isDayTheme" : true,
  "isMain" : true,
  "sendToPrRss" : true,
  "authorId" : 2,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "name" : "name",
  "textOptimized" : "textOptimized",
  "broadcastOnNews" : true,
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "siteSection" : 6,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "optimized" : true,
  "pathFirstImage" : "pathFirstImage",
  "coAuthorId" : 4,
  "expertAuthorId" : 7,
  "title" : "title",
  "metaDescription" : "metaDescription",
  "quicklyObsolete" : true,
  "content" : "content",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "useYandexAMP" : true,
  "useless" : 5,
  "alias" : "alias",
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "order" : 9,
  "generalTheme" : true,
  "isDayTheme" : true,
  "isMain" : true,
  "sendToPrRss" : true,
  "authorId" : 2,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "name" : "name",
  "textOptimized" : "textOptimized",
  "broadcastOnNews" : true,
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/mostcommented
Получение самых комментируемых помощников. (apiV1HelpMostcommentedGet)

Query parameters

take (optional)
Query Parameter — Количество выбираемых записей. format: int32
section (optional)
Query Parameter — Раздел сайта.

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "lastCommentAuthorFullName" : "lastCommentAuthorFullName",
  "commentsCount" : 1,
  "name" : "name",
  "alias" : "alias",
  "section" : 6,
  "lastComment" : "lastComment",
  "id" : 0,
  "lastCommentAuthorFirstName" : "lastCommentAuthorFirstName",
  "lastCommentAuthorLastName" : "lastCommentAuthorLastName",
  "parentAlias" : "parentAlias"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "lastCommentAuthorFullName" : "lastCommentAuthorFullName",
  "commentsCount" : 1,
  "name" : "name",
  "alias" : "alias",
  "section" : 6,
  "lastComment" : "lastComment",
  "id" : 0,
  "lastCommentAuthorFirstName" : "lastCommentAuthorFirstName",
  "lastCommentAuthorLastName" : "lastCommentAuthorLastName",
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/mostread
Получение самых просматриваемых помощников. (apiV1HelpMostreadGet)

Query parameters

take (optional)
Query Parameter — Количество выбираемых записей. format: int32
section (optional)
Query Parameter — Раздел сайта.

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "numberOfViews" : 6,
  "name" : "name",
  "alias" : "alias",
  "section" : 0,
  "parentAlias" : "parentAlias"
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "numberOfViews" : 6,
  "name" : "name",
  "alias" : "alias",
  "section" : 0,
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/navigation
Получение всех дочерних помощников для каждого раздела. (apiV1HelpNavigationGet)

Query parameters

alias (optional)
Query Parameter — Алиас помощника.
bankId (optional)
Query Parameter — Идентификатор банка. format: uuid

Return type

Example data

Content-Type: application/json
[ {
  "name" : "name",
  "items" : [ {
    "siteSection" : 6,
    "children" : [ {
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "name" : "name",
      "alias" : "alias",
      "id" : 1,
      "parentId" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "name" : "name",
      "alias" : "alias",
      "id" : 1,
      "parentId" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "name" : "name",
    "alias" : "alias",
    "id" : 0
  }, {
    "siteSection" : 6,
    "children" : [ {
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "name" : "name",
      "alias" : "alias",
      "id" : 1,
      "parentId" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "name" : "name",
      "alias" : "alias",
      "id" : 1,
      "parentId" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "name" : "name",
    "alias" : "alias",
    "id" : 0
  } ]
}, {
  "name" : "name",
  "items" : [ {
    "siteSection" : 6,
    "children" : [ {
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "name" : "name",
      "alias" : "alias",
      "id" : 1,
      "parentId" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "name" : "name",
      "alias" : "alias",
      "id" : 1,
      "parentId" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "name" : "name",
    "alias" : "alias",
    "id" : 0
  }, {
    "siteSection" : 6,
    "children" : [ {
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "name" : "name",
      "alias" : "alias",
      "id" : 1,
      "parentId" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "name" : "name",
      "alias" : "alias",
      "id" : 1,
      "parentId" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "name" : "name",
    "alias" : "alias",
    "id" : 0
  } ]
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/navigation/{parent}
Получение всех дочерних элементов у помощника. (apiV1HelpNavigationParentGet)

Path parameters

parent (required)
Path Parameter — Идентификатор помощника. format: int32

Query parameters

bankId (optional)
Query Parameter — Идентификатор банка. format: uuid

Return type

array[HelpChild]

Example data

Content-Type: application/json
[ {
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "name" : "name",
  "alias" : "alias",
  "id" : 1,
  "parentId" : 5,
  "parentAlias" : "parentAlias"
}, {
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "name" : "name",
  "alias" : "alias",
  "id" : 1,
  "parentId" : 5,
  "parentAlias" : "parentAlias"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/Help/news/add
Добавление связи между новостью и помощником. (apiV1HelpNewsAddPost)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpToNews (optional)
Body Parameter — Идентификатор новости, идентификатор помощника, доп. параметры.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/news/list
Получение привязки новостей к помощникам. (apiV1HelpNewsListGet)

Query parameters

helpId (optional)
Query Parameter — Идентификатор помощника. format: int32
newsId (optional)
Query Parameter — Идентификатор новости. format: int32

Return type

array[HelpToNews]

Example data

Content-Type: application/json
[ {
  "isActual" : true,
  "helpId" : 1,
  "id" : 0,
  "relatedNewsId" : 6,
  "isAutomatic" : true
}, {
  "isActual" : true,
  "helpId" : 1,
  "id" : 0,
  "relatedNewsId" : 6,
  "isAutomatic" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Help/news/update
Обновление привязки новости к помощнику. (apiV1HelpNewsUpdatePut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpToNews (optional)
Body Parameter — Идентификатор новости, идентификатор помощника, доп. параметры.

Return type

Example data

Content-Type: application/json
{
  "isActual" : true,
  "helpId" : 1,
  "id" : 0,
  "relatedNewsId" : 6,
  "isAutomatic" : true
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success HelpToNews

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/parents/{section}
Получение всех родительских элементов у помощников с заданной секцией сайта. (apiV1HelpParentsSectionGet)

Path parameters

section (required)
Path Parameter — Секция сайта.

Return type

array[HelpParent]

Example data

Content-Type: application/json
[ {
  "siteSection" : 6,
  "children" : [ {
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "name" : "name",
    "alias" : "alias",
    "id" : 1,
    "parentId" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "name" : "name",
    "alias" : "alias",
    "id" : 1,
    "parentId" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "name" : "name",
  "alias" : "alias",
  "id" : 0
}, {
  "siteSection" : 6,
  "children" : [ {
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "name" : "name",
    "alias" : "alias",
    "id" : 1,
    "parentId" : 5,
    "parentAlias" : "parentAlias"
  }, {
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "name" : "name",
    "alias" : "alias",
    "id" : 1,
    "parentId" : 5,
    "parentAlias" : "parentAlias"
  } ],
  "name" : "name",
  "alias" : "alias",
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/popup/{alias}
Получение помощника для попапа подсказки. (apiV1HelpPopupAliasGet)

Path parameters

alias (required)
Path Parameter — Алиас помощника.

Return type

Example data

Content-Type: application/json
{
  "path" : "path",
  "regionAlias" : "regionAlias",
  "alias" : "alias",
  "announce" : "announce",
  "routeName" : "routeName"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success PopupHelp

400

Bad Request ProblemDetails

404

Not Found ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/Help/quicksearchset/add
Добавления связи между быстрой ссылкой и помощником. (apiV1HelpQuicksearchsetAddPost)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpToQuickSearchSet (optional)
Body Parameter — Идентификатор быстрой ссылки, идентификатор помощника, доп. параметры.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/quicksearchset/list
Получение списка привязанных быстрых ссылок к помощникам. (apiV1HelpQuicksearchsetListGet)

Query parameters

helpId (optional)
Query Parameter — Идентификатор помощника. format: int32
setsId (optional)
Query Parameter — Идентификатор быстрой ссылки. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "helpId" : 1,
  "id" : 0,
  "quickSearchSetId" : 6,
  "text" : "text",
  "order" : 5
}, {
  "helpId" : 1,
  "id" : 0,
  "quickSearchSetId" : 6,
  "text" : "text",
  "order" : 5
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Help/quicksearchset/update
Обновление привзяки быстрой ссылки к помощнику. (apiV1HelpQuicksearchsetUpdatePut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpToQuickSearchSet (optional)
Body Parameter — Идентификатор быстрой ссылки, идентификатор помощника, доп. параметры.

Return type

Example data

Content-Type: application/json
{
  "helpId" : 1,
  "id" : 0,
  "quickSearchSetId" : 6,
  "text" : "text",
  "order" : 5
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success HelpToQuickSearchSet

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/search
Динамический поиск по названию помощника. (apiV1HelpSearchGet)

Query parameters

term (optional)
Query Parameter — Вводимые символы.
trText (optional)
Query Parameter — Перевод вводимых символых на российскую раскладку.
section (optional)
Query Parameter — Секция сайта.
count (optional)
Query Parameter — Количество выбираемых совпадений. default: 10 format: int32

Return type

Example data

Content-Type: application/json
[ {
  "path" : "path",
  "name" : "name",
  "section" : 0
}, {
  "path" : "path",
  "name" : "name",
  "section" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/Help/seopages/add
Привязка сео-страниц к помощникам. (apiV1HelpSeopagesAddPost)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpToSeoPages (optional)
Body Parameter — Идентификатор сео-страницы, идентификатор помощника, доп. параметры.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/seopages/list
Получение списка привязанных сео-страниц к помощникам. (apiV1HelpSeopagesListGet)

Query parameters

helpId (optional)
Query Parameter — Идентификатор помощника. format: int32
pageId (optional)
Query Parameter — Идентификатор сео-страницы. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "helpId" : 1,
  "id" : 0,
  "text" : "text",
  "pageId" : 6,
  "order" : 5
}, {
  "helpId" : 1,
  "id" : 0,
  "text" : "text",
  "pageId" : 6,
  "order" : 5
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Help/seopages/update
Обновление привязки помощника к сео-странице. (apiV1HelpSeopagesUpdatePut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpToSeoPages (optional)
Body Parameter — Идентификатор сео-страницы, идентификатор помощника, доп. параметры.

Return type

Example data

Content-Type: application/json
{
  "helpId" : 1,
  "id" : 0,
  "text" : "text",
  "pageId" : 6,
  "order" : 5
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success HelpToSeoPages

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/tags/list
Получение идентификаторов тегов помощников. (apiV1HelpTagsListGet)

Query parameters

helpId (optional)
Query Parameter — Идентификатор помощника. format: int32
tagId (optional)
Query Parameter — Идентификатор теги. format: int32

Return type

array[HelpToTags]

Example data

Content-Type: application/json
[ {
  "tagId" : 6,
  "helpId" : 1,
  "id" : 0
}, {
  "tagId" : 6,
  "helpId" : 1,
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/Total
Получение количество помощников. (apiV1HelpTotalGet)

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

Up
put /api/v1/Help/update
Обновление информации помощника. (apiV1HelpUpdatePut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body HelpInfo (optional)
Body Parameter — Помощник.

Return type

Example data

Content-Type: application/json
{
  "date" : "2000-01-23T04:56:07.000+00:00",
  "siteSection" : 6,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "optimized" : true,
  "pathFirstImage" : "pathFirstImage",
  "coAuthorId" : 4,
  "expertAuthorId" : 7,
  "title" : "title",
  "metaDescription" : "metaDescription",
  "quicklyObsolete" : true,
  "content" : "content",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "useYandexAMP" : true,
  "useless" : 5,
  "alias" : "alias",
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "order" : 9,
  "generalTheme" : true,
  "isDayTheme" : true,
  "isMain" : true,
  "sendToPrRss" : true,
  "authorId" : 2,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "name" : "name",
  "textOptimized" : "textOptimized",
  "broadcastOnNews" : true,
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success HelpInfo

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/votes/{id}
Получение результатов голосования за помощник. (apiV1HelpVotesIdGet)

Path parameters

id (required)
Path Parameter — Идентификатор помощника. format: int32

Return type

Example data

Content-Type: application/json
{
  "useless" : 6,
  "useful" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success UsefulUselessVote

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Help/YandexTurbo
Получение помощников для Яндекс.Турбо. (apiV1HelpYandexTurboGet)

Query parameters

page (optional)
Query Parameter — Номер страницы помощника (от 0). default: 0 format: int32
pageSize (optional)
Query Parameter — Размер страницы помощника. default: 10 format: int32

Return type

array[Help]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "isActual" : true,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "pathFirstImage" : "pathFirstImage",
  "expertAuthorId" : 7,
  "metaDescription" : "metaDescription",
  "bank" : {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  },
  "useYandexAMP" : true,
  "useless" : 5,
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "parentAlias" : "parentAlias",
  "order" : 9,
  "generalTheme" : true,
  "image" : "image",
  "isMain" : true,
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "sendToPrRss" : true,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "parentName" : "parentName",
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "textOptimized" : "textOptimized",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2,
  "siteSection" : 6,
  "optimized" : true,
  "previousItemAlias" : "previousItemAlias",
  "coAuthorId" : 4,
  "title" : "title",
  "seoTitle" : "seoTitle",
  "quicklyObsolete" : true,
  "content" : "content",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "helpImages" : [ {
    "path" : "path",
    "help" : 6,
    "id" : 3
  }, {
    "path" : "path",
    "help" : 6,
    "id" : 3
  } ],
  "alias" : "alias",
  "isDayTheme" : true,
  "authorId" : 2,
  "nextAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "image" : "image",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 9,
    "numberOfViews" : 9,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  },
  "parentId" : 1,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "broadcastOnNews" : true
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "isActual" : true,
  "sendToYandex" : true,
  "numberOfViews" : 1,
  "pathFirstImage" : "pathFirstImage",
  "expertAuthorId" : 7,
  "metaDescription" : "metaDescription",
  "bank" : {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  },
  "useYandexAMP" : true,
  "useless" : 5,
  "rubricId" : 3,
  "id" : 0,
  "text" : "text",
  "parentAlias" : "parentAlias",
  "order" : 9,
  "generalTheme" : true,
  "image" : "image",
  "isMain" : true,
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "sendToPrRss" : true,
  "announce" : "announce",
  "isMainInPlace" : true,
  "imageInFeed" : true,
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "parentName" : "parentName",
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "textOptimized" : "textOptimized",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 5,
  "status" : 2,
  "siteSection" : 6,
  "optimized" : true,
  "previousItemAlias" : "previousItemAlias",
  "coAuthorId" : 4,
  "title" : "title",
  "seoTitle" : "seoTitle",
  "quicklyObsolete" : true,
  "content" : "content",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "imageLink" : "imageLink",
  "readingTime" : 7,
  "metaKeywords" : "metaKeywords",
  "helpImages" : [ {
    "path" : "path",
    "help" : 6,
    "id" : 3
  }, {
    "path" : "path",
    "help" : 6,
    "id" : 3
  } ],
  "alias" : "alias",
  "isDayTheme" : true,
  "authorId" : 2,
  "nextAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "image" : "image",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "commentsCount" : 9,
    "numberOfViews" : 9,
    "name" : "name",
    "alias" : "alias",
    "id" : 5,
    "parentAlias" : "parentAlias"
  },
  "parentId" : 1,
  "dateInNewsList" : "2000-01-23T04:56:07.000+00:00",
  "broadcastOnNews" : true
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

default

Error ProblemDetails

News

Up
get /api/v1/News/{alias}
Получение новости. (apiV1NewsAliasGet)

Path parameters

alias (required)
Path Parameter — Синоним (alias) новости.

Query parameters

useTextOptimized (optional)
Query Parameter — Оптимизированная версия текста. default: false

Return type

Example data

Content-Type: application/json
{
  "date" : "2000-01-23T04:56:07.000+00:00",
  "preview" : "preview",
  "expertOpinions" : [ {
    "news" : [ null, null ],
    "expertId" : 4,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "expertOpinionType" : 7,
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  }, {
    "news" : [ null, null ],
    "expertId" : 4,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "expertOpinionType" : 7,
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  } ],
  "numberOfViews" : 5,
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 1,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "seoTitle" : "seoTitle",
  "metaDescription" : "metaDescription",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "readingTime" : 2,
  "metaKeywords" : "metaKeywords",
  "prevAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  },
  "previousNewsAlias" : "previousNewsAlias",
  "useless" : 9,
  "alias" : "alias",
  "rubricId" : 5,
  "teasers" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 2,
    "id" : 3,
    "title" : "title",
    "announce" : "announce",
    "picture" : "picture"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 2,
    "id" : 3,
    "title" : "title",
    "announce" : "announce",
    "picture" : "picture"
  } ],
  "id" : 0,
  "text" : "text",
  "banks" : [ {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  }, {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  } ],
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "picture" : "picture",
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 7,
  "status" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success News

400

Bad Request ProblemDetails

404

Not Found ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/announcement/main
Получение анонса для "темы дня". (apiV1NewsAnnouncementMainGet)

Return type

Example data

Content-Type: application/json
{
  "news" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  } ],
  "expertId" : 0,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success ExpertOpinion

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/announcements
Получение анонсов. (apiV1NewsAnnouncementsGet)

Query parameters

take (optional)
Query Parameter — Количество запрашиваемых записей. format: int32
skip (optional)
Query Parameter — Количество пропускаемых записей от начала набора. format: int32
section (optional)
Query Parameter — Раздел сайта.
rubricId (optional)
Query Parameter — Идентификатор рубрики. format: int32
excludeIdsString (optional)
Query Parameter — Идентификаторы анонсов, которые следует исключить из выдачи.

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/announcements/main
Получение анонсов с отметкой "важная". (apiV1NewsAnnouncementsMainGet)

Query parameters

take (optional)
Query Parameter — Количество запрашиваемых записей. format: int32
skip (optional)
Query Parameter — Количество пропускаемых записей от начала набора. format: int32
section (optional)
Query Parameter — Раздел сайта.
rubricId (optional)
Query Parameter — Идентификатор рубрики. format: int32
excludeIdsString (optional)
Query Parameter — Идентификаторы анонсов, которые следует исключить из выдачи.

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/bank/{bankId}/related
Получение новостей для банка. (apiV1NewsBankBankIdRelatedGet)

Path parameters

bankId (required)
Path Parameter — Идентификатор новости. format: uuid

Query parameters

skip (optional)
Query Parameter — Количество пропускаемых записей от начала набора. format: int32
take (optional)
Query Parameter — Количество запрашиваемых записей. format: int32

Return type

array[News]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "preview" : "preview",
  "expertOpinions" : [ {
    "news" : [ null, null ],
    "expertId" : 4,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "expertOpinionType" : 7,
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  }, {
    "news" : [ null, null ],
    "expertId" : 4,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "expertOpinionType" : 7,
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  } ],
  "numberOfViews" : 5,
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 1,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "seoTitle" : "seoTitle",
  "metaDescription" : "metaDescription",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "readingTime" : 2,
  "metaKeywords" : "metaKeywords",
  "prevAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  },
  "previousNewsAlias" : "previousNewsAlias",
  "useless" : 9,
  "alias" : "alias",
  "rubricId" : 5,
  "teasers" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 2,
    "id" : 3,
    "title" : "title",
    "announce" : "announce",
    "picture" : "picture"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 2,
    "id" : 3,
    "title" : "title",
    "announce" : "announce",
    "picture" : "picture"
  } ],
  "id" : 0,
  "text" : "text",
  "banks" : [ {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  }, {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  } ],
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "picture" : "picture",
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 7,
  "status" : 6
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "preview" : "preview",
  "expertOpinions" : [ {
    "news" : [ null, null ],
    "expertId" : 4,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "expertOpinionType" : 7,
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  }, {
    "news" : [ null, null ],
    "expertId" : 4,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "expertOpinionType" : 7,
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  } ],
  "numberOfViews" : 5,
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 1,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "seoTitle" : "seoTitle",
  "metaDescription" : "metaDescription",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "readingTime" : 2,
  "metaKeywords" : "metaKeywords",
  "prevAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  },
  "previousNewsAlias" : "previousNewsAlias",
  "useless" : 9,
  "alias" : "alias",
  "rubricId" : 5,
  "teasers" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 2,
    "id" : 3,
    "title" : "title",
    "announce" : "announce",
    "picture" : "picture"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 2,
    "id" : 3,
    "title" : "title",
    "announce" : "announce",
    "picture" : "picture"
  } ],
  "id" : 0,
  "text" : "text",
  "banks" : [ {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  }, {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  } ],
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "picture" : "picture",
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 7,
  "status" : 6
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/getbyopinions
Получение анонсов с мнениями экспертов. (apiV1NewsGetbyopinionsGet)

Query parameters

opinionIds (optional)
Query Parameter — Идендификаторы мнений экспертов. format: uuid

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

Up
delete /api/v1/News/{id}
Удаление новости. (apiV1NewsIdDelete)

Path parameters

id (required)
Path Parameter — Идентификатор новости. format: int32

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/{id}
Получение новости по идентификатору. (apiV1NewsIdGet)

Path parameters

id (required)
Path Parameter — Идентификатор новости. format: int32

Return type

Example data

Content-Type: application/json
{
  "date" : "2000-01-23T04:56:07.000+00:00",
  "preview" : "preview",
  "numberOfViews" : 5,
  "tagIds" : [ 7, 7 ],
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 1,
  "coAuthorId" : 2,
  "expertAuthorId" : 4,
  "pictureName" : "pictureName",
  "seoTitle" : "seoTitle",
  "metaDescription" : "metaDescription",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "readingTime" : 2,
  "metaKeywords" : "metaKeywords",
  "previousNewsAlias" : "previousNewsAlias",
  "useless" : 9,
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "text" : "text",
  "expertOpinionIds" : [ 1, 1 ],
  "teaserIds" : [ 1, 1 ],
  "relatedArticlesIds" : [ 1, 1 ],
  "authorId" : 3,
  "picture" : "picture",
  "bankIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "name" : "name",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 7,
  "status" : 6
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success NewsInfo

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
patch /api/v1/News/{id}
Обновление данных новости. (apiV1NewsIdPatch)

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body NewsInfo (optional)
Body Parameter — Данные новости.

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Boolean

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/News/{id}/usefuluseless
Учёт голоса за новость и возврат обновлённых значений. (apiV1NewsIdUsefuluselessPost)

Path parameters

id (required)
Path Parameter — Идентификатор новости. format: int32

Query parameters

addVote (optional)
Query Parameter — Флаг, что голос должен быть добавлен (без удаления противоположных голосов).
isUseful (optional)
Query Parameter — Флаг, что новость полезная.

Return type

Example data

Content-Type: application/json
{
  "useless" : 6,
  "useful" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success UsefulUselessVote

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
post /api/v1/News/{id}/view
Учёт просмотра новости и возврат обновлённого значения. (apiV1NewsIdViewPost)

Path parameters

id (required)
Path Parameter — Идентификатор новости. format: int32

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/News/{newsId}/banks
ОТвязка банков от новости. (apiV1NewsNewsIdBanksDelete)

Path parameters

newsId (required)
Path Parameter — Идентификатор новости. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body UUID (optional)
Body Parameter — Идентификаторы банков для отвязки.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/{newsId}/banks
Получение идентификаторов банков новости. (apiV1NewsNewsIdBanksGet)

Path parameters

newsId (required)
Path Parameter — Идентификатор новости. format: int32

Return type

array[UUID]

Example data

Content-Type: application/json
[ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/News/{newsId}/banks
Привязка банков к новости. (apiV1NewsNewsIdBanksPut)

Path parameters

newsId (required)
Path Parameter — Идентификатор новости. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body UUID (optional)
Body Parameter — Идентификаторы банков для привязки.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/News/{newsId}/opinions
Отвязка мнения эксперта от новости. (apiV1NewsNewsIdOpinionsDelete)

Path parameters

newsId (required)
Path Parameter — Идентификатор новости. format: int32

Query parameters

opinionId (optional)
Query Parameter — Идентификатор мнения эксперта. format: uuid

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/{newsId}/opinions
Получение привязанных мнений эксперта к новости. (apiV1NewsNewsIdOpinionsGet)

Path parameters

newsId (required)
Path Parameter — Идентификатор новости. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "news" : [ null, null ],
  "expertId" : 4,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "expertOpinionType" : 7,
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
}, {
  "news" : [ null, null ],
  "expertId" : 4,
  "createdDate" : "2000-01-23T04:56:07.000+00:00",
  "expertOpinionType" : 7,
  "isMain" : true,
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "text" : "text"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/News/{newsId}/opinions
Привязка мнения эксперта к новости. (apiV1NewsNewsIdOpinionsPut)

Path parameters

newsId (required)
Path Parameter — Идентификатор новости. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body ExpertOpinionWithType (optional)
Body Parameter — Данные о мнении эксперта.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/News/{newsId}/tags
Отвязка тегов от новости. (apiV1NewsNewsIdTagsDelete)

Path parameters

newsId (required)
Path Parameter — Идентификатор новости. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы тегов для отвязки.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/{newsId}/tags
Получение идентификаторов тегов новости. (apiV1NewsNewsIdTagsGet)

Path parameters

newsId (required)
Path Parameter — Идентификатор новости. format: int32

Return type

array[Integer]

Example data

Content-Type: application/json
[ 0, 0 ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/News/{newsId}/tags
Привязка тегов к новости. (apiV1NewsNewsIdTagsPut)

Path parameters

newsId (required)
Path Parameter — Идентификатор новости. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Идентификаторы тегов для привязки.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/News
Добавление новости. (apiV1NewsPut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body NewsInfo (optional)
Body Parameter — Данные новости.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/tag/{id}/announcements/count
Получение количество анонсов с тегом. (apiV1NewsTagIdAnnouncementsCountGet)

Path parameters

id (required)
Path Parameter — Идентификатор тега. format: int32

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/tag/{id}/announcements
Получение анонсов с тегом. (apiV1NewsTagIdAnnouncementsGet)

Path parameters

id (required)
Path Parameter — Идентификатор тега. format: int32

Query parameters

take (optional)
Query Parameter — Количество запрашиваемых записей. format: int32
skip (optional)
Query Parameter — Количество пропускаемых записей от начала набора. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 6,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "type" : 2,
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "picture" : "picture",
  "imageInFeed" : true,
  "commentsCount" : 5,
  "name" : "name",
  "alias" : "alias",
  "rubricId" : 5,
  "id" : 0,
  "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
  "parentAlias" : "parentAlias",
  "productType" : 1
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/votes/{id}
Получение результатов голосования за новость. (apiV1NewsVotesIdGet)

Path parameters

id (required)
Path Parameter — Идентификатор новости. format: int32

Return type

Example data

Content-Type: application/json
{
  "useless" : 6,
  "useful" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success UsefulUselessVote

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/News/YandexTurbo
Получение новостей для Яндекс.Турбо. (apiV1NewsYandexTurboGet)

Query parameters

page (optional)
Query Parameter — Номер страницы новостей (от 0). default: 0 format: int32
pageSize (optional)
Query Parameter — Размер страницы новостей. default: 10 format: int32

Return type

array[News]

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "preview" : "preview",
  "expertOpinions" : [ {
    "news" : [ null, null ],
    "expertId" : 4,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "expertOpinionType" : 7,
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  }, {
    "news" : [ null, null ],
    "expertId" : 4,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "expertOpinionType" : 7,
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  } ],
  "numberOfViews" : 5,
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 1,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "seoTitle" : "seoTitle",
  "metaDescription" : "metaDescription",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "readingTime" : 2,
  "metaKeywords" : "metaKeywords",
  "prevAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  },
  "previousNewsAlias" : "previousNewsAlias",
  "useless" : 9,
  "alias" : "alias",
  "rubricId" : 5,
  "teasers" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 2,
    "id" : 3,
    "title" : "title",
    "announce" : "announce",
    "picture" : "picture"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 2,
    "id" : 3,
    "title" : "title",
    "announce" : "announce",
    "picture" : "picture"
  } ],
  "id" : 0,
  "text" : "text",
  "banks" : [ {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  }, {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  } ],
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "picture" : "picture",
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 7,
  "status" : 6
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "preview" : "preview",
  "expertOpinions" : [ {
    "news" : [ null, null ],
    "expertId" : 4,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "expertOpinionType" : 7,
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  }, {
    "news" : [ null, null ],
    "expertId" : 4,
    "createdDate" : "2000-01-23T04:56:07.000+00:00",
    "expertOpinionType" : 7,
    "isMain" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "text" : "text"
  } ],
  "numberOfViews" : 5,
  "publishDate" : "2000-01-23T04:56:07.000+00:00",
  "section" : 1,
  "rubric" : {
    "isHighlighted" : true,
    "rubricName" : "rubricName",
    "rubricAlias" : "rubricAlias",
    "isMain" : true,
    "count" : 3,
    "rubricId" : 7,
    "order" : 9
  },
  "pictureName" : "pictureName",
  "seoTitle" : "seoTitle",
  "metaDescription" : "metaDescription",
  "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "readingTime" : 2,
  "metaKeywords" : "metaKeywords",
  "prevAnnouncement" : {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "section" : 6,
    "rubric" : {
      "isHighlighted" : true,
      "rubricName" : "rubricName",
      "rubricAlias" : "rubricAlias",
      "isMain" : true,
      "count" : 3,
      "rubricId" : 7,
      "order" : 9
    },
    "pictureName" : "pictureName",
    "type" : 2,
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "picture" : "picture",
    "imageInFeed" : true,
    "commentsCount" : 5,
    "name" : "name",
    "alias" : "alias",
    "rubricId" : 5,
    "id" : 0,
    "opinionIds" : [ "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "046b6c7f-0b8a-43b9-b35d-6489e6daee91" ],
    "parentAlias" : "parentAlias",
    "productType" : 1
  },
  "previousNewsAlias" : "previousNewsAlias",
  "useless" : 9,
  "alias" : "alias",
  "rubricId" : 5,
  "teasers" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 2,
    "id" : 3,
    "title" : "title",
    "announce" : "announce",
    "picture" : "picture"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 2,
    "id" : 3,
    "title" : "title",
    "announce" : "announce",
    "picture" : "picture"
  } ],
  "id" : 0,
  "text" : "text",
  "banks" : [ {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  }, {
    "regNumber" : "regNumber",
    "partnersBankomatsCount" : 6,
    "logoSvg" : "logoSvg",
    "bankomatsCount" : 9,
    "name" : "name",
    "alias" : "alias",
    "logo" : "logo",
    "recommend" : true,
    "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "reviewsCount" : 6,
    "officesCount" : 8
  } ],
  "author" : {
    "description" : "description",
    "twitterSocialProfileLink" : "twitterSocialProfileLink",
    "type" : 1,
    "youtubeSocialProfileLink" : "youtubeSocialProfileLink",
    "showOnRedactionPage" : true,
    "alias" : "alias",
    "logo" : "logo",
    "descriptionForRedactionPage" : "descriptionForRedactionPage",
    "id" : 0,
    "vkontakteSocialProfileLink" : "vkontakteSocialProfileLink",
    "email" : "email",
    "order" : 5,
    "isHighlighted" : true,
    "yandexQSocialProfileLink" : "yandexQSocialProfileLink",
    "news" : [ {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    }, {
      "date" : "2000-01-23T04:56:07.000+00:00",
      "publishDate" : "2000-01-23T04:56:07.000+00:00",
      "section" : 9,
      "type" : 2,
      "authorId" : 7,
      "picture" : "picture",
      "parentName" : "parentName",
      "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "commentsCount" : 3,
      "name" : "name",
      "alias" : "alias",
      "id" : 5,
      "parentAlias" : "parentAlias"
    } ],
    "facebookSocialProfileLink" : "facebookSocialProfileLink",
    "newsMaxCount" : 2,
    "yandexQSocialProfileText" : "yandexQSocialProfileText",
    "helpsMaxCount" : 4,
    "isDefault" : true,
    "name" : "name",
    "specialization" : "specialization",
    "instagramSocialProfileLink" : "instagramSocialProfileLink",
    "helps" : [ null, null ],
    "category" : 6,
    "articles" : [ null, null ]
  },
  "picture" : "picture",
  "tags" : [ {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  }, {
    "count" : 1,
    "description" : "description",
    "seoTitle" : "seoTitle",
    "metaDescription" : "metaDescription",
    "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "groupName" : "groupName",
    "metaKeywords" : "metaKeywords",
    "name" : "name",
    "alias" : "alias",
    "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "id" : 1,
    "categoryId" : 1,
    "hashTag" : "hashTag"
  } ],
  "relatedArticles" : [ {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  }, {
    "date" : "2000-01-23T04:56:07.000+00:00",
    "commentsCount" : 4,
    "name" : "name",
    "publishDate" : "2000-01-23T04:56:07.000+00:00",
    "alias" : "alias",
    "section" : 7,
    "id" : 6,
    "pictureName" : "pictureName",
    "type" : 1,
    "picture" : "picture",
    "parentAlias" : "parentAlias",
    "orgId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  } ],
  "name" : "name",
  "updated" : "2000-01-23T04:56:07.000+00:00",
  "useful" : 7,
  "status" : 6
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

PressReleases

Up
get /api/v1/press-releases/bank/count
Получение количества пресс-релизов для банка. (apiV1PressReleasesBankCountGet)

Query parameters

bankId (optional)
Query Parameter — Идентификато банка. format: uuid
status (optional)
Query Parameter — Статус учитываемых пресс-релизов.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/press-releases/bank
Получение пресс-релизов для банка. (apiV1PressReleasesBankGet)

Query parameters

bankId (optional)
Query Parameter — Идентификатор банка. format: uuid
take (optional)
Query Parameter — Количество выбираемых записей. format: int32
skip (optional)
Query Parameter — Количество записей, которые должны быть пропущены от начала набора. default: 0 format: int32
status (optional)
Query Parameter — Статус выбираемых пресс-релизов.

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "sourceId" : 1,
  "image" : "image",
  "mfoId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "userId" : 5,
  "announce" : "announce",
  "sourceUrl" : "sourceUrl",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "name" : "name",
  "alias" : "alias",
  "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "id" : 0,
  "text" : "text",
  "npfId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "status" : 6
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "sourceId" : 1,
  "image" : "image",
  "mfoId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "userId" : 5,
  "announce" : "announce",
  "sourceUrl" : "sourceUrl",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "name" : "name",
  "alias" : "alias",
  "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "id" : 0,
  "text" : "text",
  "npfId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "status" : 6
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/press-releases/bank/{id}
Удаление пресс-релиза для организации. (apiV1PressReleasesBankIdDelete)

Path parameters

id (required)
Path Parameter — Идентификатор пресс-релиза. format: int32

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

500

Server Error

default

Error ProblemDetails

Up
get /api/v1/press-releases/{bankId}/getlastpressreleasesandnews
Получение последних пресс-релизов и новостей. (apiV1PressReleasesBankIdGetlastpressreleasesandnewsGet)

Path parameters

bankId (required)
Path Parameter — Идентификатор банка. format: uuid

Query parameters

regionId (optional)
Query Parameter — Идентификатор региона. format: int32
count (optional)
Query Parameter — Количество пресс-релизов и новостей для получения. format: int32

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "preview" : "preview",
  "name" : "name",
  "isPressRelease" : true,
  "alias" : "alias",
  "section" : 0
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "preview" : "preview",
  "name" : "name",
  "isPressRelease" : true,
  "alias" : "alias",
  "section" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

500

Server Error

default

Error ProblemDetails

Up
patch /api/v1/press-releases/bank/{id}
Обновление пресс-релиза для организации. (apiV1PressReleasesBankIdPatch)

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body PressReleases (optional)
Body Parameter — Данные пресс-релиза.

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Boolean

400

Bad Request ProblemDetails

500

Server Error

default

Error ProblemDetails

Up
put /api/v1/press-releases/bank
Добавление пресс-релиза для организации. (apiV1PressReleasesBankPut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body PressReleases (optional)
Body Parameter — Данные пресс-релиза.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

500

Server Error

default

Error ProblemDetails

Up
post /api/v1/press-releases/bank/upload
Загрузка пресс-релиза банка из файла. (apiV1PressReleasesBankUploadPost)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • multipart/form-data

Form parameters

file (optional)
Form Parameter — format: binary

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

500

Server Error

default

Error ProblemDetails

Up
post /api/v1/press-releases/{id}/archive
Архивация пресс-релиза. (apiV1PressReleasesIdArchivePost)

Path parameters

id (required)
Path Parameter — Идентификатор пресс-релиза для архивации. format: int32

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

500

Server Error

default

Error ProblemDetails

Up
get /api/v1/press-releases/{orgId}/pressreleasesandnews/count
Получение количества пресс-релизов и новостей. (apiV1PressReleasesOrgIdPressreleasesandnewsCountGet)

Path parameters

orgId (required)
Path Parameter — Идентификатор организации, для которой получается количество. format: uuid

Query parameters

regionId (optional)
Query Parameter — Идентификатор региона. format: int32
organizationType (optional)
Query Parameter — Тип организации (для которой указан идентификатор).

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/press-releases/{orgId}/pressreleasesandnews
Получение пресс-релизов и новостей. (apiV1PressReleasesOrgIdPressreleasesandnewsGet)

Path parameters

orgId (required)
Path Parameter — Идентификатор организации, для которой запрашивается контент. format: uuid

Query parameters

regionId (optional)
Query Parameter — Идентификатор региона. format: int32
skip (optional)
Query Parameter — Количество записей, которые должны быть пропущены от начала набора. default: 0 format: int32
take (optional)
Query Parameter — Количество выбираемых записей. default: 8 format: int32
organizationType (optional)
Query Parameter — Тип организации (для которой указан идентификатор).

Return type

Example data

Content-Type: application/json
[ {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "preview" : "preview",
  "name" : "name",
  "isPressRelease" : true,
  "alias" : "alias",
  "section" : 0
}, {
  "date" : "2000-01-23T04:56:07.000+00:00",
  "preview" : "preview",
  "name" : "name",
  "isPressRelease" : true,
  "alias" : "alias",
  "section" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/press-releases/{pressReleaseId}/regions
Удаления привязки регионов к пресс-релизу. (apiV1PressReleasesPressReleaseIdRegionsDelete)

Path parameters

pressReleaseId (required)
Path Parameter — Идентификатор пресс-релиза. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Набор идентификаторов регионов.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

500

Server Error

default

Error ProblemDetails

Up
get /api/v1/press-releases/{pressReleaseId}/regions
Получение списка регионов пресс-релиза. (apiV1PressReleasesPressReleaseIdRegionsGet)

Path parameters

pressReleaseId (required)
Path Parameter — Идентификатор пресс-релиза. format: int32

Return type

array[Integer]

Example data

Content-Type: application/json
[ 0, 0 ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

500

Server Error

default

Error ProblemDetails

Up
put /api/v1/press-releases/{pressReleaseId}/regions
Добавление привязки регионов к пресс-релизу. (apiV1PressReleasesPressReleaseIdRegionsPut)

Path parameters

pressReleaseId (required)
Path Parameter — Идентификатор пресс-релиза. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body integer (optional)
Body Parameter — Набор идентификаторов регионов.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

500

Server Error

default

Error ProblemDetails

Rubrics

Up
get /api/v1/Rubrics/{alias}
Получение рубрики по синониму (alias). (apiV1RubricsAliasGet)

Path parameters

alias (required)
Path Parameter — Синоним рубрики.

Return type

Example data

Content-Type: application/json
{
  "isHighlighted" : true,
  "rubricName" : "rubricName",
  "rubricAlias" : "rubricAlias",
  "isMain" : true,
  "count" : 3,
  "rubricId" : 7,
  "order" : 9
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Rubric

400

Bad Request ProblemDetails

404

Not Found ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Rubrics
Получение списка рубрик. (apiV1RubricsGet)

Return type

array[Rubric]

Example data

Content-Type: application/json
[ {
  "isHighlighted" : true,
  "rubricName" : "rubricName",
  "rubricAlias" : "rubricAlias",
  "isMain" : true,
  "count" : 3,
  "rubricId" : 7,
  "order" : 9
}, {
  "isHighlighted" : true,
  "rubricName" : "rubricName",
  "rubricAlias" : "rubricAlias",
  "isMain" : true,
  "count" : 3,
  "rubricId" : 7,
  "order" : 9
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Rubrics/{id}
Удаление рубрики. (apiV1RubricsIdDelete)

Path parameters

id (required)
Path Parameter — Идентификатор рубрики. format: int32

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
patch /api/v1/Rubrics
Обновление данных рубрики. (apiV1RubricsPatch)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body Rubric (optional)
Body Parameter — Данные рубрики.

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Boolean

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Rubrics
Создание новой рубрики. (apiV1RubricsPut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body Rubric (optional)
Body Parameter — Данные рубрики.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Rubrics/{rubricId}/sections
Удаление разделов сайта в рубрике. (apiV1RubricsRubricIdSectionsDelete)

Path parameters

rubricId (required)
Path Parameter — Идентификатор рубрики. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body SiteGlobalSection (optional)
Body Parameter — Разделы сайта для удаления у рубрики.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Rubrics/{rubricId}/sections
Получение разделов сайта в рубрики. (apiV1RubricsRubricIdSectionsGet)

Path parameters

rubricId (required)
Path Parameter — Идентификатор рубрики. format: int32

Return type

Example data

Content-Type: application/json
[ 0, 0 ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Rubrics/{rubricId}/sections
Добавление разделов сайта к рубрике. (apiV1RubricsRubricIdSectionsPut)

Path parameters

rubricId (required)
Path Parameter — Идентификатор рубрики. format: int32

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body SiteGlobalSection (optional)
Body Parameter — Добавляемые разделы сайта.

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Tags

Up
get /api/v1/Tags/{alias}
Получение тега по синониму (alias). (apiV1TagsAliasGet)

Path parameters

alias (required)
Path Parameter — Синоним.

Return type

Example data

Content-Type: application/json
{
  "count" : 1,
  "description" : "description",
  "seoTitle" : "seoTitle",
  "metaDescription" : "metaDescription",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "groupName" : "groupName",
  "metaKeywords" : "metaKeywords",
  "name" : "name",
  "alias" : "alias",
  "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "id" : 1,
  "categoryId" : 1,
  "hashTag" : "hashTag"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Tag

400

Bad Request ProblemDetails

404

Not Found ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Tags/category
Получение списка категорий тегов. (apiV1TagsCategoryGet)

Return type

Example data

Content-Type: application/json
[ {
  "name" : "name",
  "id" : 0
}, {
  "name" : "name",
  "id" : 0
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

default

Error ProblemDetails

Up
put /api/v1/Tags/category
Добавление категории тегов. (apiV1TagsCategoryPut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body TagCategory (optional)
Body Parameter — Данные категории тегов.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Tags/{id}/category
Удаление категории тегов. (apiV1TagsIdCategoryDelete)

Path parameters

id (required)
Path Parameter — Идентификатор категории тегов. format: int32

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Tags/{id}/category
Получение категории тега по идентификатору. (apiV1TagsIdCategoryGet)

Path parameters

id (required)
Path Parameter — Идентификатор категории тегов. format: int32

Return type

Example data

Content-Type: application/json
{
  "name" : "name",
  "id" : 0
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success TagCategory

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
patch /api/v1/Tags/{id}/category
Обновление данных категории тегов. (apiV1TagsIdCategoryPatch)

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body TagCategory (optional)
Body Parameter — Данные категории тегов.

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Boolean

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
delete /api/v1/Tags/{id}
Удаление тега. (apiV1TagsIdDelete)

Path parameters

id (required)
Path Parameter — Идентификатор тега для удаления. format: int32

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Tags/{id}
Получение данных тега по его идентификатору. (apiV1TagsIdGet)

Path parameters

id (required)
Path Parameter — Идентификатор тега. format: int32

Return type

Example data

Content-Type: application/json
{
  "count" : 1,
  "description" : "description",
  "seoTitle" : "seoTitle",
  "metaDescription" : "metaDescription",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "groupName" : "groupName",
  "metaKeywords" : "metaKeywords",
  "name" : "name",
  "alias" : "alias",
  "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "id" : 1,
  "categoryId" : 1,
  "hashTag" : "hashTag"
}

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Tag

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
patch /api/v1/Tags/{id}
Обновление данных тега. (apiV1TagsIdPatch)

Path parameters

id (required)
Path Parameter

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body Tag (optional)
Body Parameter — Данные тега.

Return type

Boolean

Example data

Content-Type: application/json
true

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Boolean

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
get /api/v1/Tags/news
Получение тегов привязанных к новостям. (apiV1TagsNewsGet)

Return type

array[Tag]

Example data

Content-Type: application/json
[ {
  "count" : 1,
  "description" : "description",
  "seoTitle" : "seoTitle",
  "metaDescription" : "metaDescription",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "groupName" : "groupName",
  "metaKeywords" : "metaKeywords",
  "name" : "name",
  "alias" : "alias",
  "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "id" : 1,
  "categoryId" : 1,
  "hashTag" : "hashTag"
}, {
  "count" : 1,
  "description" : "description",
  "seoTitle" : "seoTitle",
  "metaDescription" : "metaDescription",
  "bankId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "groupName" : "groupName",
  "metaKeywords" : "metaKeywords",
  "name" : "name",
  "alias" : "alias",
  "insuranceId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "id" : 1,
  "categoryId" : 1,
  "hashTag" : "hashTag"
} ]

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success

400

Bad Request ProblemDetails

default

Error ProblemDetails

Up
put /api/v1/Tags
Создание нового тега. (apiV1TagsPut)

Consumes

This API call consumes the following media types via the Content-Type request header:
  • application/json-patch+json
  • application/json
  • text/json
  • application/*+json

Request body

body Tag (optional)
Body Parameter — Данные тега.

Return type

Integer

Example data

Content-Type: application/json
0

Produces

This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
  • text/plain
  • application/json
  • text/json

Responses

200

Success Integer

400

Bad Request ProblemDetails

default

Error ProblemDetails

Models

[ Jump to Methods ]

Table of Contents

  1. Announcement
  2. AnnouncementDataWithTotal
  3. ArticlePopularLink
  4. ArticleType
  5. Assembly
  6. Author
  7. AuthorArticle
  8. AuthorDataWithTotal
  9. AuthorInfo
  10. AuthorPreview
  11. AuthorsToNews
  12. Bank
  13. BanksMaterialType
  14. BanksToHelps
  15. CallingConventions
  16. ConstructorInfo
  17. CustomAttributeData
  18. CustomAttributeNamedArgument
  19. CustomAttributeTypedArgument
  20. EventAttributes
  21. EventInfo
  22. Exception
  23. Expert
  24. ExpertOpinion
  25. ExpertOpinionToNewsType
  26. ExpertOpinionWithType
  27. ExpertOpinionsCountAndOrder
  28. ExpertOpinionsToNews
  29. FieldAttributes
  30. FieldInfo
  31. GenericParameterAttributes
  32. Help
  33. HelpAnnouncement
  34. HelpChild
  35. HelpImage
  36. HelpInfo
  37. HelpLinkData
  38. HelpParent
  39. HelpParentNamedList
  40. HelpToHelp
  41. HelpToNews
  42. HelpToQuickSearchSet
  43. HelpToSeoPages
  44. HelpToTags
  45. ICustomAttributeProvider
  46. Int32AnnouncementIEnumerableValueTuple
  47. IntPtr
  48. LayoutKind
  49. Link
  50. LinkDataWithTotal
  51. MemberInfo
  52. MemberTypes
  53. MethodAttributes
  54. MethodBase
  55. MethodImplAttributes
  56. MethodInfo
  57. ModelError
  58. ModelStateEntry
  59. ModelValidationState
  60. Module
  61. ModuleHandle
  62. MostCommentedArticle
  63. MostReadArticle
  64. News
  65. NewsInfo
  66. ObjectStatus
  67. OrganizationType
  68. ParameterAttributes
  69. ParameterInfo
  70. PopupHelp
  71. PressAnnouncement
  72. PressAnnouncementDataWithTotal
  73. PressReleases
  74. PressReleasesAndNewsDTO
  75. ProblemDetails
  76. ProductType
  77. PropertyAttributes
  78. PropertyInfo
  79. RelatedArticle
  80. Rubric
  81. RuntimeFieldHandle
  82. RuntimeMethodHandle
  83. RuntimeTypeHandle
  84. SecurityRuleSet
  85. SeoBlockResult
  86. SiteGlobalSection
  87. Status
  88. StructLayoutAttribute
  89. Tag
  90. TagCategory
  91. Teaser
  92. Type
  93. TypeAttributes
  94. TypeInfo
  95. UsefulUselessVote
  96. bank_upload_body

Announcement Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
parentAlias (optional)
orgId (optional)
UUID format: uuid
picture (optional)
pictureName (optional)
date (optional)
Date format: date-time
publishDate (optional)
Date format: date-time
section (optional)
Integer format: int32
productType (optional)
rubricId (optional)
Integer format: int32
commentsCount (optional)
Integer format: int32
type (optional)
rubric (optional)
imageInFeed (optional)
opinionIds (optional)
array[UUID] format: uuid

AnnouncementDataWithTotal Up

items (optional)
total (optional)
Long format: int64

ArticlePopularLink Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
parentAlias (optional)
section (optional)
Integer format: int32
bankId (optional)
UUID format: uuid
numberOfViews (optional)
Integer format: int32
date (optional)
Date format: date-time
publishDate (optional)
Date format: date-time
type (optional)

Assembly Up

definedTypes (optional)
exportedTypes (optional)
codeBase (optional)
entryPoint (optional)
fullName (optional)
imageRuntimeVersion (optional)
isDynamic (optional)
location (optional)
reflectionOnly (optional)
isCollectible (optional)
isFullyTrusted (optional)
customAttributes (optional)
escapedCodeBase (optional)
manifestModule (optional)
modules (optional)
globalAssemblyCache (optional)
hostContext (optional)
Long format: int64
securityRuleSet (optional)

Author Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
logo (optional)
description (optional)
category (optional)
Integer format: int32
isHighlighted (optional)
descriptionForRedactionPage (optional)
specialization (optional)
isDefault (optional)
type (optional)
Integer format: int32
order (optional)
Integer format: int32
showOnRedactionPage (optional)
facebookSocialProfileLink (optional)
vkontakteSocialProfileLink (optional)
twitterSocialProfileLink (optional)
instagramSocialProfileLink (optional)
youtubeSocialProfileLink (optional)
yandexQSocialProfileLink (optional)
email (optional)
yandexQSocialProfileText (optional)
news (optional)
helps (optional)
articles (optional)
newsMaxCount (optional)
Integer format: int32
helpsMaxCount (optional)
Integer format: int32

AuthorArticle Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
type (optional)
date (optional)
Date format: date-time
publishDate (optional)
Date format: date-time
picture (optional)
authorId (optional)
Integer format: int32
section (optional)
Integer format: int32
parentName (optional)
parentAlias (optional)
bankId (optional)
UUID format: uuid
commentsCount (optional)
Integer format: int32

AuthorDataWithTotal Up

items (optional)
total (optional)
Long format: int64

AuthorInfo Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
logo (optional)
description (optional)
category (optional)
Integer format: int32
isHighlighted (optional)
descriptionForRedactionPage (optional)
specialization (optional)
isDefault (optional)
type (optional)
Integer format: int32
order (optional)
Integer format: int32
showOnRedactionPage (optional)
facebookSocialProfileLink (optional)
vkontakteSocialProfileLink (optional)
twitterSocialProfileLink (optional)
instagramSocialProfileLink (optional)
youtubeSocialProfileLink (optional)
yandexQSocialProfileLink (optional)
email (optional)
yandexQSocialProfileText (optional)

AuthorPreview Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
logo (optional)
description (optional)
category (optional)
Integer format: int32
isHighlighted (optional)

AuthorsToNews Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
logo (optional)
description (optional)
category (optional)
Integer format: int32
isHighlighted (optional)
newsId (optional)
Integer format: int32

Bank Up

id (optional)
UUID format: uuid
name (optional)
alias (optional)
logo (optional)
logoSvg (optional)
regNumber (optional)
reviewsCount (optional)
Integer format: int32
officesCount (optional)
Integer format: int32
bankomatsCount (optional)
Integer format: int32
partnersBankomatsCount (optional)
Integer format: int32
recommend (optional)

BanksToHelps Up

id (optional)
Integer format: int32
bankId (optional)
UUID format: uuid
helpId (optional)
Integer format: int32

ConstructorInfo Up

name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
Integer format: int32
attributes (optional)
methodImplementationFlags (optional)
callingConvention (optional)
isAbstract (optional)
isConstructor (optional)
isFinal (optional)
isHideBySig (optional)
isSpecialName (optional)
isStatic (optional)
isVirtual (optional)
isAssembly (optional)
isFamily (optional)
isFamilyAndAssembly (optional)
isFamilyOrAssembly (optional)
isPrivate (optional)
isPublic (optional)
isConstructedGenericMethod (optional)
isGenericMethod (optional)
isGenericMethodDefinition (optional)
containsGenericParameters (optional)
methodHandle (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
memberType (optional)

CustomAttributeData Up

attributeType (optional)
constructor (optional)
constructorArguments (optional)
namedArguments (optional)

CustomAttributeNamedArgument Up

memberInfo (optional)
typedValue (optional)
memberName (optional)
isField (optional)

CustomAttributeTypedArgument Up

argumentType (optional)
value (optional)

EventInfo Up

name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
Integer format: int32
memberType (optional)
attributes (optional)
isSpecialName (optional)
addMethod (optional)
removeMethod (optional)
raiseMethod (optional)
isMulticast (optional)
eventHandlerType (optional)

Exception Up

targetSite (optional)
stackTrace (optional)
message (optional)
data (optional)
innerException (optional)
helpLink (optional)
source (optional)
hResult (optional)
Integer format: int32

Expert Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
description (optional)
descriptionForRedactionPage (optional)
image (optional)
opinionsMaxCount (optional)
Integer format: int32
opinions (optional)
facebookSocialProfileLink (optional)
vkontakteSocialProfileLink (optional)
twitterSocialProfileLink (optional)
instagramSocialProfileLink (optional)
youtubeSocialProfileLink (optional)
yandexQSocialProfileLink (optional)
yandexQSocialProfileText (optional)

ExpertOpinion Up

Мнение эксперта.
id (optional)
UUID Идентификатор мнения эксперта. format: uuid
expertId (optional)
Integer Идентификатор эксперта (автора). format: int32
text (optional)
String Текст мнения эксперта.
createdDate (optional)
Date Дата создания. format: date-time
isMain (optional)
Boolean Флаг, что мнение выделено как основное или итоговое.
news (optional)

ExpertOpinionWithType Up

id (optional)
UUID Идентификатор мнения эксперта. format: uuid
expertId (optional)
Integer Идентификатор эксперта (автора). format: int32
text (optional)
String Текст мнения эксперта.
createdDate (optional)
Date Дата создания. format: date-time
isMain (optional)
Boolean Флаг, что мнение выделено как основное или итоговое.
news (optional)
expertOpinionType (optional)

ExpertOpinionsCountAndOrder Up

opinionsMaxCount (optional)
Integer format: int32
opinionsMaxOrder (optional)
Integer format: int32

ExpertOpinionsToNews Up

id (optional)
Integer format: int32
expertOpinionId (optional)
UUID format: uuid
newsId (optional)
Integer format: int32
expertOpinionType (optional)

FieldInfo Up

name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
Integer format: int32
memberType (optional)
attributes (optional)
fieldType (optional)
isInitOnly (optional)
isLiteral (optional)
isNotSerialized (optional)
isPinvokeImpl (optional)
isSpecialName (optional)
isStatic (optional)
isAssembly (optional)
isFamily (optional)
isFamilyAndAssembly (optional)
isFamilyOrAssembly (optional)
isPrivate (optional)
isPublic (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
fieldHandle (optional)

Help Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
date (optional)
Date format: date-time
updated (optional)
Date format: date-time
siteSection (optional)
text (optional)
content (optional)
metaKeywords (optional)
metaDescription (optional)
announce (optional)
numberOfViews (optional)
Integer format: int32
useless (optional)
Integer format: int32
useful (optional)
Integer format: int32
status (optional)
Integer format: int32
readingTime (optional)
Integer format: int32
textOptimized (optional)
order (optional)
Integer format: int32
title (optional)
isMain (optional)
imageLink (optional)
rubricId (optional)
Integer format: int32
isMainInPlace (optional)
imageInFeed (optional)
optimized (optional)
dateInNewsList (optional)
Date format: date-time
sendToYandex (optional)
sendToPrRss (optional)
authorId (optional)
Integer format: int32
coAuthorId (optional)
Integer format: int32
expertAuthorId (optional)
Integer format: int32
useYandexAMP (optional)
broadcastOnNews (optional)
pathFirstImage (optional)
generalTheme (optional)
quicklyObsolete (optional)
isDayTheme (optional)
orgId (optional)
UUID format: uuid
tags (optional)
relatedArticles (optional)
nextAnnouncement (optional)
prevAnnouncement (optional)
author (optional)
coAuthor (optional)
expertAuthor (optional)
bank (optional)
previousItemAlias (optional)
isActual (optional)
helpImages (optional)
parent (optional)
parentId (optional)
Integer format: int32
parentAlias (optional)
parentName (optional)
seoTitle (optional)
image (optional)

HelpAnnouncement Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
bankId (optional)
UUID format: uuid
parentAlias (optional)
image (optional)
siteSection (optional)
date (optional)
Date format: date-time
commentsCount (optional)
Integer format: int32
numberOfViews (optional)
Integer format: int32

HelpChild Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
siteSection (optional)
parentId (optional)
Integer format: int32
parentAlias (optional)
bankId (optional)
UUID format: uuid

HelpImage Up

id (optional)
Integer format: int32
path (optional)
help (optional)
Integer format: int32

HelpInfo Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
date (optional)
Date format: date-time
updated (optional)
Date format: date-time
siteSection (optional)
text (optional)
content (optional)
metaKeywords (optional)
metaDescription (optional)
announce (optional)
numberOfViews (optional)
Integer format: int32
useless (optional)
Integer format: int32
useful (optional)
Integer format: int32
status (optional)
Integer format: int32
readingTime (optional)
Integer format: int32
textOptimized (optional)
order (optional)
Integer format: int32
title (optional)
isMain (optional)
imageLink (optional)
rubricId (optional)
Integer format: int32
isMainInPlace (optional)
imageInFeed (optional)
optimized (optional)
dateInNewsList (optional)
Date format: date-time
sendToYandex (optional)
sendToPrRss (optional)
authorId (optional)
Integer format: int32
coAuthorId (optional)
Integer format: int32
expertAuthorId (optional)
Integer format: int32
useYandexAMP (optional)
broadcastOnNews (optional)
pathFirstImage (optional)
generalTheme (optional)
quicklyObsolete (optional)
isDayTheme (optional)

HelpLinkData Up

name (optional)
path (optional)
section (optional)
Integer format: int32

HelpParent Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
siteSection (optional)
children (optional)

HelpParentNamedList Up

name (optional)
items (optional)

HelpToHelp Up

id (optional)
Integer format: int32
relatedHelpId (optional)
Integer format: int32
helpId (optional)
Integer format: int32
isAutomatic (optional)
isActual (optional)

HelpToNews Up

id (optional)
Integer format: int32
relatedNewsId (optional)
Integer format: int32
helpId (optional)
Integer format: int32
isAutomatic (optional)
isActual (optional)

HelpToQuickSearchSet Up

id (optional)
Integer format: int32
quickSearchSetId (optional)
Integer format: int32
helpId (optional)
Integer format: int32
order (optional)
Integer format: int32
text (optional)

HelpToSeoPages Up

id (optional)
Integer format: int32
pageId (optional)
Integer format: int32
helpId (optional)
Integer format: int32
order (optional)
Integer format: int32
text (optional)

HelpToTags Up

id (optional)
Integer format: int32
tagId (optional)
Integer format: int32
helpId (optional)
Integer format: int32

Link Up

url (optional)
text (optional)

LinkDataWithTotal Up

items (optional)
total (optional)
Long format: int64

MemberInfo Up

memberType (optional)
declaringType (optional)
reflectedType (optional)
name (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
Integer format: int32

MethodBase Up

memberType (optional)
name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
Integer format: int32
attributes (optional)
methodImplementationFlags (optional)
callingConvention (optional)
isAbstract (optional)
isConstructor (optional)
isFinal (optional)
isHideBySig (optional)
isSpecialName (optional)
isStatic (optional)
isVirtual (optional)
isAssembly (optional)
isFamily (optional)
isFamilyAndAssembly (optional)
isFamilyOrAssembly (optional)
isPrivate (optional)
isPublic (optional)
isConstructedGenericMethod (optional)
isGenericMethod (optional)
isGenericMethodDefinition (optional)
containsGenericParameters (optional)
methodHandle (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)

MethodInfo Up

name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
Integer format: int32
attributes (optional)
methodImplementationFlags (optional)
callingConvention (optional)
isAbstract (optional)
isConstructor (optional)
isFinal (optional)
isHideBySig (optional)
isSpecialName (optional)
isStatic (optional)
isVirtual (optional)
isAssembly (optional)
isFamily (optional)
isFamilyAndAssembly (optional)
isFamilyOrAssembly (optional)
isPrivate (optional)
isPublic (optional)
isConstructedGenericMethod (optional)
isGenericMethod (optional)
isGenericMethodDefinition (optional)
containsGenericParameters (optional)
methodHandle (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
memberType (optional)
returnParameter (optional)
returnType (optional)
returnTypeCustomAttributes (optional)

ModelError Up

exception (optional)
errorMessage (optional)

ModelStateEntry Up

rawValue (optional)
attemptedValue (optional)
errors (optional)
validationState (optional)
isContainerNode (optional)
children (optional)

Module Up

assembly (optional)
fullyQualifiedName (optional)
name (optional)
mdStreamVersion (optional)
Integer format: int32
moduleVersionId (optional)
UUID format: uuid
scopeName (optional)
moduleHandle (optional)
customAttributes (optional)
metadataToken (optional)
Integer format: int32

ModuleHandle Up

mdStreamVersion (optional)
Integer format: int32

MostCommentedArticle Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
parentAlias (optional)
bankId (optional)
UUID format: uuid
section (optional)
Integer format: int32
date (optional)
Date format: date-time
commentsCount (optional)
Integer format: int32
lastComment (optional)
lastCommentAuthorFirstName (optional)
lastCommentAuthorLastName (optional)
lastCommentAuthorFullName (optional)

MostReadArticle Up

name (optional)
alias (optional)
parentAlias (optional)
bankId (optional)
UUID format: uuid
section (optional)
Integer format: int32
date (optional)
Date format: date-time
numberOfViews (optional)
Integer format: int32

News Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
status (optional)
picture (optional)
pictureName (optional)
section (optional)
Integer format: int32
date (optional)
Date format: date-time
updated (optional)
Date format: date-time
publishDate (optional)
Date format: date-time
rubricId (optional)
Integer format: int32
text (optional)
seoTitle (optional)
metaDescription (optional)
metaKeywords (optional)
preview (optional)
numberOfViews (optional)
Integer format: int32
readingTime (optional)
Integer format: int32
useful (optional)
Integer format: int32
useless (optional)
Integer format: int32
orgId (optional)
UUID format: uuid
rubric (optional)
author (optional)
coAuthor (optional)
expertAuthor (optional)
prevAnnouncement (optional)
nextAnnouncement (optional)
tags (optional)
banks (optional)
relatedArticles (optional)
teasers (optional)
previousNewsAlias (optional)
expertOpinions (optional)

NewsInfo Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
status (optional)
picture (optional)
pictureName (optional)
section (optional)
Integer format: int32
date (optional)
Date format: date-time
updated (optional)
Date format: date-time
publishDate (optional)
Date format: date-time
rubricId (optional)
Integer format: int32
text (optional)
seoTitle (optional)
metaDescription (optional)
metaKeywords (optional)
preview (optional)
numberOfViews (optional)
Integer format: int32
readingTime (optional)
Integer format: int32
useful (optional)
Integer format: int32
useless (optional)
Integer format: int32
orgId (optional)
UUID format: uuid
authorId (optional)
Integer format: int32
coAuthorId (optional)
Integer format: int32
expertAuthorId (optional)
Integer format: int32
tagIds (optional)
array[Integer] format: int32
bankIds (optional)
array[UUID] format: uuid
relatedArticlesIds (optional)
array[Integer] format: int32
teaserIds (optional)
array[Integer] format: int32
previousNewsAlias (optional)
expertOpinionIds (optional)
array[Integer] format: int32

ParameterInfo Up

attributes (optional)
member (optional)
name (optional)
parameterType (optional)
position (optional)
Integer format: int32
isIn (optional)
isLcid (optional)
isOptional (optional)
isOut (optional)
isRetval (optional)
defaultValue (optional)
rawDefaultValue (optional)
hasDefaultValue (optional)
customAttributes (optional)
metadataToken (optional)
Integer format: int32

PopupHelp Up

announce (optional)
path (optional)
routeName (optional)
regionAlias (optional)
alias (optional)

PressAnnouncement Up

id (optional)
Integer format: int32
alias (optional)
name (optional)
date (optional)
Date format: date-time
organizationType (optional)
orgId (optional)
UUID format: uuid
preview (optional)

PressAnnouncementDataWithTotal Up

items (optional)
total (optional)
Long format: int64

PressReleases Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
date (optional)
Date format: date-time
bankId (optional)
UUID format: uuid
announce (optional)
text (optional)
image (optional)
status (optional)
Integer format: int32
sourceUrl (optional)
sourceId (optional)
Integer format: int32
insuranceId (optional)
UUID format: uuid
mfoId (optional)
UUID format: uuid
npfId (optional)
UUID format: uuid
userId (optional)
Integer format: int32

PressReleasesAndNewsDTO Up

isPressRelease (optional)
name (optional)
alias (optional)
date (optional)
Date format: date-time
section (optional)
Integer format: int32
preview (optional)

PropertyInfo Up

name (optional)
declaringType (optional)
reflectedType (optional)
module (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
Integer format: int32
memberType (optional)
propertyType (optional)
attributes (optional)
isSpecialName (optional)
canRead (optional)
canWrite (optional)
getMethod (optional)
setMethod (optional)

RelatedArticle Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
picture (optional)
pictureName (optional)
date (optional)
Date format: date-time
publishDate (optional)
Date format: date-time
section (optional)
Integer format: int32
type (optional)
parentAlias (optional)
orgId (optional)
UUID format: uuid
commentsCount (optional)
Integer format: int32

Rubric Up

rubricId (optional)
Integer format: int32
rubricName (optional)
rubricAlias (optional)
order (optional)
Integer format: int32
count (optional)
Integer format: int32
isHighlighted (optional)
isMain (optional)

RuntimeTypeHandle Up

value (optional)

SeoBlockResult Up

id (optional)
Integer format: int32
name (optional)
path (optional)
announce (optional)
hasText (optional)
siteSection (optional)
Integer format: int32
orgId (optional)
UUID format: uuid

StructLayoutAttribute Up

typeId (optional)
value (optional)

Tag Up

id (optional)
Integer format: int32
name (optional)
alias (optional)
seoTitle (optional)
metaDescription (optional)
metaKeywords (optional)
description (optional)
count (optional)
Integer format: int32
bankId (optional)
UUID format: uuid
insuranceId (optional)
UUID format: uuid
groupName (optional)
hashTag (optional)
categoryId (optional)
Integer format: int32

TagCategory Up

id (optional)
Integer format: int32
name (optional)

Teaser Up

id (optional)
Integer format: int32
alias (optional)
section (optional)
Integer format: int32
date (optional)
Date format: date-time
publishDate (optional)
Date format: date-time
title (optional)
announce (optional)
picture (optional)

Type Up

name (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
Integer format: int32
isInterface (optional)
memberType (optional)
namespace (optional)
assemblyQualifiedName (optional)
fullName (optional)
assembly (optional)
module (optional)
isNested (optional)
declaringType (optional)
declaringMethod (optional)
reflectedType (optional)
underlyingSystemType (optional)
isTypeDefinition (optional)
isArray (optional)
isByRef (optional)
isPointer (optional)
isConstructedGenericType (optional)
isGenericParameter (optional)
isGenericTypeParameter (optional)
isGenericMethodParameter (optional)
isGenericType (optional)
isGenericTypeDefinition (optional)
isSZArray (optional)
isVariableBoundArray (optional)
isByRefLike (optional)
hasElementType (optional)
genericTypeArguments (optional)
genericParameterPosition (optional)
Integer format: int32
genericParameterAttributes (optional)
attributes (optional)
isAbstract (optional)
isImport (optional)
isSealed (optional)
isSpecialName (optional)
isClass (optional)
isNestedAssembly (optional)
isNestedFamANDAssem (optional)
isNestedFamily (optional)
isNestedFamORAssem (optional)
isNestedPrivate (optional)
isNestedPublic (optional)
isNotPublic (optional)
isPublic (optional)
isAutoLayout (optional)
isExplicitLayout (optional)
isLayoutSequential (optional)
isAnsiClass (optional)
isAutoClass (optional)
isUnicodeClass (optional)
isCOMObject (optional)
isContextful (optional)
isEnum (optional)
isMarshalByRef (optional)
isPrimitive (optional)
isValueType (optional)
isSignatureType (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
structLayoutAttribute (optional)
typeInitializer (optional)
typeHandle (optional)
guid (optional)
UUID format: uuid
baseType (optional)
isSerializable (optional)
containsGenericParameters (optional)
isVisible (optional)

TypeInfo Up

name (optional)
customAttributes (optional)
isCollectible (optional)
metadataToken (optional)
Integer format: int32
isInterface (optional)
memberType (optional)
namespace (optional)
assemblyQualifiedName (optional)
fullName (optional)
assembly (optional)
module (optional)
isNested (optional)
declaringType (optional)
declaringMethod (optional)
reflectedType (optional)
underlyingSystemType (optional)
isTypeDefinition (optional)
isArray (optional)
isByRef (optional)
isPointer (optional)
isConstructedGenericType (optional)
isGenericParameter (optional)
isGenericTypeParameter (optional)
isGenericMethodParameter (optional)
isGenericType (optional)
isGenericTypeDefinition (optional)
isSZArray (optional)
isVariableBoundArray (optional)
isByRefLike (optional)
hasElementType (optional)
genericTypeArguments (optional)
genericParameterPosition (optional)
Integer format: int32
genericParameterAttributes (optional)
attributes (optional)
isAbstract (optional)
isImport (optional)
isSealed (optional)
isSpecialName (optional)
isClass (optional)
isNestedAssembly (optional)
isNestedFamANDAssem (optional)
isNestedFamily (optional)
isNestedFamORAssem (optional)
isNestedPrivate (optional)
isNestedPublic (optional)
isNotPublic (optional)
isPublic (optional)
isAutoLayout (optional)
isExplicitLayout (optional)
isLayoutSequential (optional)
isAnsiClass (optional)
isAutoClass (optional)
isUnicodeClass (optional)
isCOMObject (optional)
isContextful (optional)
isEnum (optional)
isMarshalByRef (optional)
isPrimitive (optional)
isValueType (optional)
isSignatureType (optional)
isSecurityCritical (optional)
isSecuritySafeCritical (optional)
isSecurityTransparent (optional)
structLayoutAttribute (optional)
typeInitializer (optional)
typeHandle (optional)
guid (optional)
UUID format: uuid
baseType (optional)
isSerializable (optional)
containsGenericParameters (optional)
isVisible (optional)
genericTypeParameters (optional)
declaredConstructors (optional)
declaredEvents (optional)
declaredFields (optional)
declaredMembers (optional)
declaredMethods (optional)
declaredNestedTypes (optional)
declaredProperties (optional)
implementedInterfaces (optional)

UsefulUselessVote Up

useful (optional)
Integer format: int32
useless (optional)
Integer format: int32

bank_upload_body Up

file (optional)
byte[] format: binary