get_comments
Retrieve comments attached to a specific item in an ELMA365 application by providing the app namespace, code, and item ID. Supports pagination with offset and size parameters.
Instructions
Получить комментарии к элементу приложения ELMA365.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes | Пространство имён приложения | |
| code | Yes | Код приложения | |
| itemId | Yes | ID элемента, к которому привязаны комментарии | |
| from | No | Смещение для пагинации (по умолчанию 0) | |
| size | No | Количество комментариев (по умолчанию 50) |