Skip to main content
Skip table of contents

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
<?xml version="1.0" encoding="UTF-8"?>
<Id>0cbff222-12e8-43f3-a2b8-31388c50afee</Id>

The following elements have to be included in the input:

ElementDescription
IdUUID of the project where the configuration .wac is located.

Output

The adapter generates an XML document as output:

XML
<?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:

ElementDescription
General

Contains configuration definitions about the general appearance of the Web App.

AccessContains configuration definitions for accessing the Web App.
StatusContains configuration definitions for the internal status values of the Web App.
LogoutContains configuration definitions for logout.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.