Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Elpis on January 30, 2025, 09:58:23 pm

Title: Get WebEA link via API
Post 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)?
Title: Re: Get WebEA link via API
Post by: Geert Bellekens on January 30, 2025, 11:51:15 pm
select * from usys_system where property = 'webEAUrl'

Geert
Title: Re: Get WebEA link via API
Post by: Elpis on March 05, 2025, 12:43:23 am
Thanks.
Correct query is:
select * from usys_system where property = 'WebEaUrl'
(property name case)
And a related property is WebEaIndex (WebEA model number).