---
title: "List Comment Threads"
method: POST
path: "/commentmanager.fetchthreads/{typedId}"
tags: ["Comments"]
---

# List Comment Threads

`POST /commentmanager.fetchthreads/{typedId}`

Retrieves comment threads associated with the specified object. An empty request body returns all comment threads. To narrow down returned comment threads, employ a filter in the request body (see the request example).

## Query parameters

- `getMyComments` string

## Request body

- object
  - `endRow` integer
  - `oldValues` object, nullable
  - `operationType` string
  - `startRow` integer
  - `sortBy` string[]
  - `textMatchStyle` string
  - `data` object
    - `operator` string
    - `_constructor` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` string
      - `value` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` integer
    - `data` CommentThread[]
      - `typedId` string
      - `comments` Comment[]
        - `typedId` string
        - `createdBy` integer
        - `lastUpdateDate` string, date-time
        - `body` string
        - `version` integer
        - `createDate` string, date-time
        - `lastUpdateBy` integer
      - `createdBy` integer
      - `lastUpdateDate` string, date-time
      - `version` integer
      - `relatedObjects` string[] — A transient list of strings representing the identifiers of related objects. This attribute is derived from the relations attribute.
      - `resolved` boolean
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `endRow` integer
    - `totalRows` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
