get_comment
Retrieve a specific comment attached to a Bexio offer, order, or invoice. Provide the document type, document ID, and comment ID to fetch the exact comment content and details.
Instructions
Fetch a comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | the id of the comment | |
| document_id | Yes | the id of the document. E.g. if the `kb_document_type` is set to `kb_invoice` the `document_id` must be set to the ID of the invoice | |
| kb_document_type | Yes | The type of the document. Comments can be used in quotes, orders and invoices |