ODBC guide

Read request worklogs


Reads all worklog entries for a specific request. Worklogs track the time spent and activities performed on a ticket.

Use the get_Request_Worklogs procedure with a RequestId to retrieve the history of work logged against that request.

SELECT * FROM get_Request_Worklogs WITH (RequestId=111112345)