Skip to main content
GET
/
comments
/
{commentId}
Get a comment for an entity and branch
curl --request GET \
  --url https://api.example.com/comments/{commentId}
{
  "type": "<string>",
  "id": "<string>",
  "entityId": "<string>",
  "branchId": "<string>",
  "comment": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Path Parameters

commentId
string
required

Id of the comment

Response

type
string
required

Entity type

id
string
required

Id of the comment

entityId
string
required

Id of the entity (policy, customer, branch, ...)

branchId
string
required

Id of the branch

comment
string
required

Comment content

Maximum string length: 10000
createdAt
string
required

Date and time when the comment was created

updatedAt
string
required

Date and time when the comment was last updated