ODBC guide

Read request by ID


Reads detailed information about a specific request identified by its unique ID. This query returns extended properties that might not be available in the list view.

Use the WHERE id=... clause to filter for a single request. Replace 111112345 with the actual request ID you wish to inspect.

SELECT * FROM Requests WHERE id=111112345