ODBC guide

Read request worklog by ID


Reads detailed information about a specific worklog entry for a request. This includes the time spent, description of work, and the technician who performed it.

The get_Request_Worklog_Details procedure requires RequestId and WorklogId to identify and return the specific worklog record.

SELECT * FROM get_Request_Worklog_Details WITH (RequestId=111112345, WorklogId=222212345)