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).
OK
{- "endRow": 2000,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "sortBy": [
- "-createDate"
], - "textMatchStyle": "exact",
- "data": {
- "operator": "and",
- "_constructor": "AdvancedCriteria",
- "criteria": [
- {
- "fieldName": "relations.relatedObjectIdentifier",
- "operator": "equals",
- "value": "bZWNHIYllshAzzR"
}
]
}
}
{- "response": {
- "node": "node",
- "startRow": 0,
- "data": [
- {
- "version": 0,
- "typedId": "13.CMTRD",
- "relatedObjects": [
- "bZWNHIYllshAzzR"
], - "comments": [
- {
- "version": 0,
- "typedId": "18.CMNT",
- "body": "10 comment",
- "createDate": "2024-10-15T12:56:52",
- "createdBy": 2147490698,
- "lastUpdateDate": "2024-10-15T12:56:52",
- "lastUpdateBy": 2147490698
}
], - "resolved": false,
- "createDate": "2024-10-15T12:56:52",
- "createdBy": 2147490698,
- "lastUpdateDate": "2024-10-15T12:56:52",
- "lastUpdateBy": 2147490698
}
], - "endRow": 1,
- "totalRows": 1,
- "status": 0
}
}