Is there a method in the Java API that returns the internal ID of a document if you only have the opaque URI?Here is a link to the Java API ContentService interface that returns the opaque URI, but I need to the do reverse: https://docs.appian.com/suite/help/21.3/api/com/appiancorp/suiteapi/content/ContentService.html#getOpaqueContentUri-long-
Discussion posts and replies are publicly visible
I presume that such a back-conversion is intentionally made opaque and closed-source by Appian for security reasons / etc. Therefore this sort of thing wouldn't be supported (even if there were any back-end workarounds, and there might not actually be any). As Stefan said, if you could share your use case that might help.