Назад к WordPress
Подключите Knoon AI к WordPress, чтобы автоматизировать AI рабочие процессы.
Get one comment by ID.
wordpressXmlRpcDefaultDefaultGetComment
Бета
Разрешения
Нет элементов для отображения.
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| commentId | mustache | WordPress comment ID. | Да |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| commentId | string | WordPress comment ID. |
| postId | string | Related post ID. |
| parentId | string | Parent comment ID. |
| status | string | Comment status. |
| type | string | Comment type. |
| url | string | Comment URL. |
| authorName | string | Author name. |
| authorEmail | string | Author email. |
| authorUrl | string | Author URL. |
| content | string | Rendered comment HTML. |
| createdAt | string | Comment datetime. |