ODBC guide

Read request note by ID


Reads the details of a specific note attached to a request. This retrieves the content and author of the note.

The get_Request_Note_Details procedure requires both the RequestId and the NoteId to fetch the specific note record.

SELECT * FROM get_Request_Note_Details WITH (RequestId=111112345, NoteId=222212345)