ODBC guide

Read request task comments


Reads all comments made on a specific task within a request. This is useful for tracking the discussion and updates related to a particular task.

The get_Request_Task_Comments procedure takes RequestId and TaskId as parameters and returns the comment history.

SELECT * FROM get_Request_Task_Comments WITH (RequestId=111112345, TaskId=222212345)