GET api/Question/QuestionInfo?question_rid={question_rid}

Вопрос

Request Information

URI Parameters

NameDescriptionTypeAdditional information
question_rid

Вопрос

integer

Required

Body Parameters

None.

Response Information

Resource Description

QuestionGetData
NameDescriptionTypeAdditional information
record_id

Идентификатор

integer

None.

nick_name

Никнейм

string

None.

name

Имя

string

None.

answer_name

Имя ответа

string

None.

user_id

Пользователь

string

None.

dt_add

Дата добавления

date

None.

like_count

Количество лайков

integer

None.

dis_like_count

Количество дизлайков

integer

None.

followed

Подписан

boolean

None.

category_name

Категория

string

None.

is_owner

Владелец

boolean

None.

answer_count

Количество ответов

integer

None.

user_photo_source

Фото пользователя

string

None.

ranks

Звание

Object

None.

categories

Категории

Object

None.

level_points

Очки уровня

integer

None.

level

Уровень

integer

None.

answer_NickName

пользователь ответ имя

string

None.

answer_user_id

пользователь ответ

string

None.

answer_anonim

аноним

boolean

None.

answer_user_photo_source

пользователь ответ фото

string

None.

answer

ответ

string

None.

city_rid

Город

integer

None.

city

Город

string

None.

from_admin

Админ

boolean

None.

have_text

Есть текст

boolean

None.

have_audio

Есть аудио

boolean

None.

show_price

Цена

decimal number

None.

source_file

Аудио

string

None.

audio_time

Аудио время

time interval

None.

answer_user_categories

Звание

Object

None.

answer_user_ranks

Категории

Object

None.

is_bought

Куплено

boolean

None.

question_photoes

Фото вопроса

Object

None.

answer_rid

Идентификатор ответа

integer

None.

tags

Тэги

Object

None.

buy_count

Количество покупок

integer

None.

can_add_comment

Может добавить отзыв

boolean

None.

rating

Рейтинг

decimal number

None.

newfix

Новый формат

boolean

None.

photoes

Фото

Object

None.

converted_file_path

Конвертированный файл

string

None.

question

Вопрос, 1000 символов

string

Required

String length: inclusive between 0 and 1000

category_rid

Категория вопроса

integer

Required

anonim

Аноним

boolean

None.

to_user_rid

Врач

string

None.

Response Formats

application/json, text/json

Sample:
{
  "record_id": 1,
  "nick_name": "sample string 2",
  "name": "sample string 3",
  "answer_name": "sample string 4",
  "user_id": "sample string 5",
  "dt_add": "2025-07-26T18:19:08.8930779+05:00",
  "like_count": 7,
  "dis_like_count": 8,
  "followed": true,
  "category_name": "sample string 9",
  "is_owner": true,
  "answer_count": 1,
  "user_photo_source": "sample string 10",
  "ranks": {},
  "categories": {},
  "level_points": 13,
  "level": 14,
  "answer_NickName": "sample string 15",
  "answer_user_id": "sample string 16",
  "answer_anonim": true,
  "answer_user_photo_source": "sample string 17",
  "answer": "sample string 18",
  "city_rid": 1,
  "city": "sample string 19",
  "from_admin": true,
  "have_text": true,
  "have_audio": true,
  "show_price": 1.0,
  "source_file": "sample string 20",
  "audio_time": "00:00:00.1234567",
  "answer_user_categories": {},
  "answer_user_ranks": {},
  "is_bought": true,
  "question_photoes": {},
  "answer_rid": 1,
  "tags": {},
  "buy_count": 1,
  "can_add_comment": true,
  "rating": 1.0,
  "newfix": true,
  "photoes": {},
  "converted_file_path": "sample string 27",
  "question": "sample string 28",
  "category_rid": 1,
  "anonim": true,
  "to_user_rid": "sample string 30"
}

text/html

Sample:
{"record_id":1,"nick_name":"sample string 2","name":"sample string 3","answer_name":"sample string 4","user_id":"sample string 5","dt_add":"2025-07-26T18:19:08.8930779+05:00","like_count":7,"dis_like_count":8,"followed":true,"category_name":"sample string 9","is_owner":true,"answer_count":1,"user_photo_source":"sample string 10","ranks":{},"categories":{},"level_points":13,"level":14,"answer_NickName":"sample string 15","answer_user_id":"sample string 16","answer_anonim":true,"answer_user_photo_source":"sample string 17","answer":"sample string 18","city_rid":1,"city":"sample string 19","from_admin":true,"have_text":true,"have_audio":true,"show_price":1.0,"source_file":"sample string 20","audio_time":"00:00:00.1234567","answer_user_categories":{},"answer_user_ranks":{},"is_bought":true,"question_photoes":{},"answer_rid":1,"tags":{},"buy_count":1,"can_add_comment":true,"rating":1.0,"newfix":true,"photoes":{},"converted_file_path":"sample string 27","question":"sample string 28","category_rid":1,"anonim":true,"to_user_rid":"sample string 30"}