Generating browsable URL from GUID projectid and bugid
I'm trying to generate a url to a bug detail page (in the Projects bug tracker) from the identifiers passed back from the Projects RESTful API. The IDs I get back from the API appear to be GUIDs however, the URLs I see in the browser all used integer IDs. Is there a URL format available that takes the GUID form IDs, instead of the integer IDs?
I've tried the following format, but it didn't work
https://projects.zoho.com/portal/{portal}#bugdetail/{projectid}/{bugid}
Thanks!