---
title: "Gets a list of claim comments for a specific claim by Id for current supplier"
method: POST
path: "/api/v{version}/claim-comments/{claimId}/search"
tags: ["claims"]
---

# Gets a list of claim comments for a specific claim by Id for current supplier

`POST /api/v{version}/claim-comments/{claimId}/search`

Gets a list of claim comments for a specific claim by Id for current supplier with pagination and filtering support. Permissions requises : SupplierAdminRole, SupplierParcelsManagerRole.

## Path parameters

- `version` string, required
- `claimId` string, uuid, required

## Headers

- `X-Tenant` string, required

## Request body

- SearchClaimCommentsCurrentSupplierRequest
  - `advancedSearch` Search
    - `fields` string[], nullable
    - `keyword` string, nullable
  - `keyword` string, nullable
  - `advancedFilter` Filter
    - `logic` string, nullable
    - `filters` Filter[], nullable
    - `field` string, nullable
    - `operator` string, nullable
    - `value` unknown
  - `pageSize` integer
  - `pageNumber` integer
  - `orderBy` string[], nullable
  - `claimId` string, uuid

## Response `200`

OK

- PagedListClaimCommentResponse
  - `items` ClaimCommentResponse[], nullable
    - `id` string, uuid
    - `claimId` string, uuid
    - `content` string, nullable
    - `modifiedBy` UserSnapshot
      - `id` string, uuid
      - `fullName` string, nullable
    - `createdAt` string, date-time
  - `pageNumber` integer
  - `pageSize` integer
  - `totalCount` integer
  - `totalPages` integer
  - `hasPrevious` boolean
  - `hasNext` boolean

---

[API](https://skmtc.net/zrexpress/apis/zrexpress-api.md) · [All operations](https://skmtc.net/zrexpress/apis/zrexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zrexpress/zrexpress-api/revisions/99b075e0b641/schema)
