---
title: "List comments event"
method: POST
path: "/event/{idEvent}/comment/list"
tags: ["Events"]
---

# List comments event

`POST /event/{idEvent}/comment/list`

## Path parameters

- `idEvent` integer, required

## Query parameters

- `page` integer
- `sizePage` integer
- `sortField` string
- `sortDirection` 'ASC' | 'DESC'

## Request body

- EventCommentFilter
  - `idEventComment` integer — id event comment
  - `idEvent` integer — id event comment
  - `utimestamp` integer, nullable — Event comment utimestamp create
  - `comment` string — content of the comment
  - `idUser` string — User id create comment
  - `action` string — content of the action
  - `freeSearch` string, nullable — Find word in label fields.

## Response `200`

List Comments event object

- object
  - `paginationData` PaginationData — Info pagination data
    - `totalPages` integer, nullable — Number of pages
    - `sizePage` integer, nullable — Items per page
    - `totalRegisters` integer, nullable — Number of items
    - `totalRegistersPage` integer, nullable — Number of items this page
    - `currentPage` integer, nullable — Number of current page
  - `data` EventComment[]
    - `idEventComment` integer — id event comment
    - `idEvent` integer — id event comment
    - `utimestamp` integer, nullable — Event comment utimestamp create
    - `comment` string — content of the comment
    - `idUser` string — User id create comment
    - `action` string — content of the action

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.net/pandorafms/apis/api-pandora-fms.md) · [All operations](https://skmtc.net/pandorafms/apis/api-pandora-fms/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandorafms/api-pandora-fms/versions/f18688ffd894/schema)
