list_comments
Retrieve comments attached to a Bexio document (invoice, order, or offer) by specifying the document type and ID. Use optional limit and offset to control the result set.
Instructions
Fetch a list of comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of results (max is 2000) | |
| offset | No | Skip over a number of elements by specifying an offset value for the query | |
| 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. Item positions can be added to quotes, orders and invoices |