Request: Add a query parameter (e.g., short_id=xxxx) to the List or Get endpoint that resolves a short hex ID (the 12-character suffix visible in Workflowy internal links) to its full 32-character UUID.
Benefit: Today, users have to know the full 32-byte UUID of a node to make an API call. That full UUID is not easily available, either from the Desktop App or from the web app (it is available through the webapp, but requires looking into the page source). With this feature, users could copy an internal link (Cmd+Shift+L), and use the API paste it into a script or CLI command, and immediately operate on that node. Currently this requires downloading and searching a full export, which is slow and rate-limited. Server-side resolution would make “pick a node in the UI → run code against it” instant.