Skip to main content
July 29, 2021
Question

How to know the associated integration_UUID's for Integration Objects?

  • July 29, 2021
  • 4 replies
  • 0 views

Hi,

We want to know the integration_uuid for every integration object. Is there any possibility to know the associated integration_uuid's for every integration object?

We knew from integration_details.csv file contains calling integration_uuid's and if we copy the integration_uuid and search in object tab in appian it will give the object name with other details.
So, our basic question is from object name it's possible to know the integration_uuid? 

Thank you,
Nandakishore.

    4 replies

    stewart.burchell
    July 29, 2021

    You can see the UUID of the object in the package if you export the object. It doesn't look like you can see it natively in the Appian Designer.

    July 29, 2021

    Thanks for your response. Can you please elaborate the point.
    In objects tab if we select the integration object, we don't have a export option.
    Could you please share the details of how to export all the integration objects and how to know the integration_uuid.
    if you have any documentation url please share with us.

    Thank You,
    Nandakishore.

    stewart.burchell
    July 29, 2021

    You can select one or more Objects in Designer, add them to a Patch, export that Patch, download that Patch (which is a Zip file). You can then introspect into that Patch and examine the XML of the Objects, where you can then find the UUID of the objects.

    Here's an example from an Integration object I exported from one of my environments:

    
    
        _a-0000e684-9275-8000-9bb4-011c48011c48_650113
        
            DAS_digitalPreApp
            _a-0000e684-9275-8000-9bb4-011c48011c48_616444
            Call BAP WebAPI to return some Application Details
            _a-0000e684-9275-8000-9bb4-011c48011c48_616438
            
                false
                true
                true
                false
                true
                false
                false
            
            
            
                appId
                
                    int
                    http://www.w3.org/2001/XMLSchema
                
            
            
            legacy
            false
            
                
                    
                    true
                    
                    None
                    
                
            
            
                
                    
                    true
                    false
                    
                    
                        false
                        
                    
                    application/json+19.3
                    
                        
                            appId
                            ri!appId
                        
                    
                    GET
                    
                    true
                    
                    true
                    1
                    10
                    
                    
                
            
            false
            system.http
            _a-0000e684-9275-8000-9bb4-011c48011c48_626887
            true
            
                
                    
                
            
        
        
            
                
                
            
            
                
                
            
            
                
                
            
            
                
                
            
            
                
                
            
            
                
                
            
        
        
            
                RuleTestConfig?list
                http://www.appian.com/ae/types/2009
            
            
                
                    
                    
                        
                        appId
                        
                    
                    
                
            
        
        
            
            
            
            
        
    
    

    You can see the object's UUID in the element <uuid>