<< Back to GIL API Documentation
Returns version information about subsystems of the running integration solution.
api/about[.format]
Example: api/about.xml
Omitted format defaults to html.
html, xml, json
GET
<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>