<< Back to GIL API Documentation

API documentation: about

Returns version information about subsystems of the running integration solution.

URL:

api/about[.format]

Example: api/about.xml

Omitted format defaults to html.

Formats:

html, xml, json

HTTP Method(s):

GET

Response example(s):

XML:

<about>
  <framework>
    <name>GIL</name>
    <version>0.1.1</version>
    <company>LearningWell, KSU AB</company>
    <description>GIL (Generic Integration Layer)</description>
  </framework>
  <externalSystem>
    <subsystem>
      <name>ExampleESAdapter</name>
      <version>0.3.4</version>
      <company>LearningWell</company>
      <description>The example adapter to aid development of an IExternalSystemAdapter</description>
    </subsystem>
  </externalSystem>
  <processModel>
    <subsystem>
      <name>ExamplePMAdapter</name>
      <version>0.5.6</version>
      <company>LearningWell</company>
      <description>The example adapter to aid development of an IProcessModelAdapter</description>
    </subsystem>
  </processModel>
</about>