ReDoc documentation
Lists comments for a specified invoice.
200 Success.
401 Unauthorized
Unexpected error
{- "items": [
- {
- "is_customer_notified": 0,
 - "parent_id": 0,
 - "extension_attributes": { },
 - "comment": "string",
 - "is_visible_on_front": 0,
 - "created_at": "string",
 - "entity_id": 0
 
} 
], - "search_criteria": {
- "filter_groups": [
- {
- "filters": [
- {
- "field": "string",
 - "value": "string",
 - "condition_type": "string"
 
} 
] 
} 
], - "sort_orders": [
- {
- "field": "string",
 - "direction": "string"
 
} 
], - "page_size": 0,
 - "current_page": 0
 
}, - "total_count": 0
 
}