How to get UUID without exporting application?

Certified Lead Developer

I wanted to know if there is an OOTB feature to get the UUID of any Appian object(Record Type, Interface, Report, Site........etc) without exporting an application? Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Colton Beck
    I'm aware of this plugin but I was trying to figure out how to get the UUID of an object. Do you know if there's a plugin or OOTB feature where I can pass in an object name and it returns the UUID? I know object names aren't unique so I'm hoping it would return multiple UUIDs if they're multiple objects with the same name.

    Example: getUUIByObjectName("TEST_CONSTANT") returns <UUID>,<UUID>
Children