Operation: Get Configuration by Id
The Get Configuration by Id
operation returns the configuration that is in the project with the specified Id.
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 .wac is located. |
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 |
---|---|
General | Contains configuration definitions about the general appearance of the Web App. |
Access | Contains configuration definitions for accessing the Web App. |
Status | Contains configuration definitions for the internal status values of the Web App. |
Logout | Contains configuration definitions for logout. |