Operation: Get Configuration by Id
The Get Configuration by Id operation returns the configuration that is in the project with the specified Id.
If changes were made at runtime, the configuration content used at runtime is output.
Example
Input
The adapter expects an XML document as input:
<?xml version="1.0" encoding="UTF-8"?>
<Id>0cbff222-12e8-43f3-a2b8-31388c50afee</Id>
The following elements have to be included in the input:
Element | Description |
|---|---|
Id | UUID of the project where the configuration |
Output
The adapter generates an XML document as output:
<?xml version="1.0" encoding="UTF-8"?>
<Configuration>
<General displayName="My Web App" enableOverlayBlurredBackground="true"/>
<Access publicAccess="false" />
<Status active="true" localOnly="false" simpleDataTransport="true" />
</Configuration>
The <Configuration> element can contain the following elements:
Possible elements:
Element | Description |
|---|---|
| Contains configuration definitions about the general appearance of the Web App. |
| Contains configuration definitions for accessing the Web App. |
| Contains configuration definitions for the internal status values of the Web App. |
| Contains configuration definitions for logout. |