Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Elpis on January 30, 2025, 09:58:23 pm
-
Is it possible to get WebEA URL for element/diagram/package through API?
Or to get key cloud project parameters to construct such an URL (site address, model number - as set on Cloud settings page in EA)?
-
select * from usys_system where property = 'webEAUrl'
Geert
-
Thanks.
Correct query is:
select * from usys_system where property = 'WebEaUrl'
(property name case)
And a related property is WebEaIndex (WebEA model number).