Book a Demo

Author Topic: API function to get a baseline as XML-structure  (Read 5226 times)

Michael co

  • EA User
  • **
  • Posts: 60
  • Karma: +0/-0
    • View Profile
API function to get a baseline as XML-structure
« on: November 16, 2013, 03:39:08 am »
Is there any API-FUNCTION  to get a baseline as XML-structure  by using its GUID ,,

for example I need to get xml structure for Baseline of guid = {1w5412-34ee122-25ddc54-5245}..

Is that possible by EA-API ?

Michael co

  • EA User
  • **
  • Posts: 60
  • Karma: +0/-0
    • View Profile
Re: API function to get a baseline as XML-structur
« Reply #1 on: November 16, 2013, 12:43:59 pm »
any answer ?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: API function to get a baseline as XML-structur
« Reply #2 on: November 17, 2013, 01:19:03 am »
It's weekend. If there is no API: in t_document you will find the baselines.

q.

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: API function to get a baseline as XML-structur
« Reply #3 on: November 18, 2013, 03:46:10 am »
Dear Michael,

a far as I remember, I posted some code somewhere in this forum. (I think I did that...) which makes it possible to retrieve the xml-data from any baseline.

(If it is not posted in any thread, I will do it in this thread here.)

It does not work directly with the API, but SQLquery is enabled to retrieve the data and stroe it into a memorytsream ;)

Regards

Stefan
Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

Michael co

  • EA User
  • **
  • Posts: 60
  • Karma: +0/-0
    • View Profile
Re: API function to get a baseline as XML-structur
« Reply #4 on: November 20, 2013, 03:29:28 am »
ok,
so please give me it

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: API function to get a baseline as XML-structur
« Reply #5 on: November 23, 2013, 01:27:22 am »
Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website