ReDoc documentation
Get list of item notes
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "items": [
- {
- "note_id": 0,
- "negotiable_quote_item_id": 0,
- "creator_type": 0,
- "creator_id": 0,
- "note": "string",
- "created_at": "string",
- "extension_attributes": { }
}
], - "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
}