X4 Produktdokumentation

Operation: List WebApp Themes

The List WebApp Themes operation lists all projects with a theme file in the repository.

For more information on Theming (Fonts and Colors), refer to the Web App Guide.

Example

Output

The adapter generates an XML document as output:

XML
<?xml version="1.0" encoding="UTF-8"?>
<Themes>
   <Theme>
      <Id>a902c4c7-99a1-40e7-8c8d-16fbaec8ad7b</Id>
      <RepositoryName>1</RepositoryName>
      <ProjectName>MyWebAppProject_1</ProjectName>
   </Theme>
   <Theme>
      <Id>9313feeb-429a-4249-927b-ac51c230d198</Id>
      <RepositoryName>1</RepositoryName>
      <ProjectName>MyWebAppProject_2</ProjectName>
   </Theme>
</Themes>

The following elements are included in the output:


Element

Description

Id

UUID of the project where the configuration .wac is located.

RepositoryName

Name of the X4 repository folder.

ProjectName

Name of the project in the X4 repository.