How do I generate a URL to a Bug using information from the Zoho Project API?

How do I generate a URL to a Bug using information from the Zoho Project API?

I'm trying to create a URL to a bug detail page using information pulled from the Projects API. I have used the API call  https://projectsapi.zoho.com/portal/{PortalName}/api/private/{xml/json}/bug/getprojbugs to successfully pull a list of bugs in a project.

The XML returned has what appear to be GUIDs that uniquely identify the bugs - how can I use them to generate a URL that will link to the bug in the live Zoho app?