Read request task by ID
Reads details of a specific task within a request. This requires both the RequestId and the TaskId to uniquely identify the task record.
Use the get_Request_Task_Details stored procedure to fetch comprehensive information about a single task, such as its description, owner, and due date.
SELECT * FROM get_Request_Task_Details WITH (RequestId=111112345, TaskId=222212345)