# Get item note by ID **GET /V1/negotiable-cart-item-note/{noteId}** Get item note by ID ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters ### Path parameters - **noteId** (integer) ## Responses ### 200 200 Success. #### Body: (object) - **note_id** (integer) Note ID. - **negotiable_quote_item_id** (integer) Negotiable quote item Id - **creator_type** (integer) The note creator type. - **creator_id** (integer) Note creator ID. - **note** (string) Note. - **created_at** (string) Comment created at. - **extension_attributes** (object) ExtensionInterface class for @see \Magento\NegotiableQuote\Api\Data\ItemNoteInterface ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### 500 Internal Server error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)