GET api/KnowledgeBase/Nodes

Вернуть все актуальные и те на которые есть разрешения ноды базы знаний

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Success Resource Description

Список нод

Collection of ManualTreeNodeOutViewModel
NameDescriptionTypeAdditional information
Id

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

integer

None.

Name

Имя пункта меню дерева

string

None.

Parent

Родитель ноды

integer

None.

CreatedDate

Дата создания

date

None.

LastEditDate

Дата последнего редактирования

date

None.

Description

Текст страницы

string

None.

OrderNum

Позиция

integer

None.

TreePath

Полный путь иерархии родителей ноды

string

None.

IsRead

Пользователь может читать ноду

boolean

None.

IsEditor

Пользователь может редактировать ноду

boolean

None.

Error Resource Description (Реализовано не везде)

OperationResult
NameDescriptionTypeAdditional information
Target

Возвращаемый объект

Object

None.

Status

Статус операции

ResultStatus

None.

Error

Детализация ошибки

Error

None.

Response Formats

application/json, text/json, text/html, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.