ODBC guide

Read request notes


Reads all notes attached to a specific request. Notes are often used for internal communication or adding supplementary information to a ticket.

Use get_Request_Notes with the RequestId parameter to list all notes associated with that request.

SELECT * FROM get_Request_Notes WITH (RequestId=111112345)