cURL
curl --request GET \ --url https://api.example.com/comments/{commentId}
{ "type": "<string>", "id": "<string>", "entityId": "<string>", "branchId": "<string>", "comment": "<string>", "createdAt": "<string>", "updatedAt": "<string>" }
Id of the comment
Entity type
Id of the entity (policy, customer, branch, ...)
Id of the branch
Comment content
10000
Date and time when the comment was created
Date and time when the comment was last updated
Was this page helpful?