v1

latestOpenAPI 3.1.02026-08-066378446.6 KB
Document Operations

Show comment

<small>Requires an API token with the Document Reader role.</small>

Returns a single comment on a document.

get/documents/{document}/comments/{comment}

Path parameters

documentstring required

The document UUID

commentstring required

The comment UUID

Response

CommentResource

Example response

{
  "data": {
    "uuid": "ebf7f37f-be91-4d71-a204-a73928d70c89",
    "party_uuid": "595703a2-b7f6-4772-a4b7-ab2f9fac3a9f",
    "reply_to_comment_uuid": "488dfa4a-b154-45df-877f-994e76738345",
    "html_content": "<p>Hello, world</p>",
    "author_name": "Emily Miller"
  }
}