Author Topic: Get WebEA link via API  (Read 2538 times)

Elpis

  • EA User
  • **
  • Posts: 42
  • Karma: +6/-0
  • Make MDA/MBSE vital.
    • View Profile
Get WebEA link via API
« 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)?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13274
  • Karma: +556/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Get WebEA link via API
« Reply #1 on: January 30, 2025, 11:51:15 pm »
select * from usys_system where property = 'webEAUrl'

Geert

Elpis

  • EA User
  • **
  • Posts: 42
  • Karma: +6/-0
  • Make MDA/MBSE vital.
    • View Profile
Re: Get WebEA link via API
« Reply #2 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).