Skip to main content
pawank4987
September 13, 2022
Question

Opaque ID

  • September 13, 2022
  • 8 replies
  • 1 view

Is there a way to find out what appian object is being pointed at from a Opaque url?

URI: /suite/design/(opaque ID)

One way is just going to the URL to get the object name. But for some reason, when I go to that URL, my environment is crashing. I am suspecting the UI is doing large number of calls that is causing the heap space to run out.

    8 replies

    stefanhelzle0001
    Brainy
    September 13, 2022

    What are you trying to do? AFAIK the URLs are specific to your session and are not persistent.

    pawank4987
    September 13, 2022

    I don't believe they are session specific for Appian objects. I was trying to reverse engineer (if possible) what the opaque ID is pointing to.
    Example below

    stefanhelzle0001
    Brainy
    September 14, 2022

    Understood. But again, what is your goal? Linking to any Appian design objects will never be part of an application.

    Then, what exactly do you mean with "my environment is crashing"?

    davidr0007
    September 4, 2023

    Pawan, did you ever find a way to determine the object from the Opaque ID?  We are in the same predicament as you were. Trying to find which object is the culprit to crashing our server. All Appian support could give us was the URL with the Opaque ID.

    pawank4987
    September 4, 2023

    Hi David,

    We did not unfortunately.