Read asset by ID
Reads detailed information about a specific asset identified by its ID. This retrieves extended attributes and status information for the asset.
Use the WHERE id=... clause to locate a single asset record. Replace 111112345 with the asset ID.
SELECT * FROM Assets WHERE id=111112345