ReDoc documentation
Get list of item notes
200 Success.
401 Unauthorized
Internal Server error
Unexpected error
{- "items": [
- {
- "created_at": "string",
- "creator_id": 0,
- "creator_type": 0,
- "extension_attributes": { },
- "negotiable_quote_item_id": 0,
- "note": "string",
- "note_id": 0
}
], - "search_criteria": {
- "current_page": 0,
- "filter_groups": [
- {
- "filters": [
- {
- "condition_type": "string",
- "field": "string",
- "value": "string"
}
]
}
], - "page_size": 0,
- "sort_orders": [
- {
- "direction": "string",
- "field": "string"
}
]
}, - "total_count": 0
}