Unresolve a Comment

post/commentmanager.unresolve/{typedId}

Unresolves a previously resolved comment thread.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
typedId
required
string

The typedId of the comment thread.

Request Body schema: application/json
object
Responses
200

OK

Response Schema: application/json
object
node
string
object (CommentThread)

The type code is CMTRD.

typedId
string
Array of objects (Comment)
Array
typedId
string
createdBy
integer
lastUpdateDate
string <date-time>
body
string <= 3000 characters
version
integer
createDate
string <date-time>
lastUpdateBy
integer
createdBy
integer
lastUpdateDate
string <date-time>
version
integer
relatedObjects
Array of strings

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
status
integer
Request samples
application/json
{ }
Response samples
application/json
{
  • "response": {
    • "node": "pricefx-cluster-app-frontend",
    • "data": {
      • "typedId": "9.CMTRD",
      • "comments": [
        • {
          }
        ],
      • "createdBy": 0,
      • "lastUpdateDate": "2019-08-24T14:15:22Z",
      • "version": 0,
      • "relatedObjects": [
        • "EN78TIdBeIgpde9"
        ],
      • "resolved": true,
      • "createDate": "2019-08-24T14:15:22Z",
      • "lastUpdateBy": 0
      },
    • "status": 0
    }
}