Operation: List Project Parameters
The operation List Project Parameters expects a UUID as input and returns the XML structure of the parameters for the project with the given UUID.
Example
Input
The adapter expects an XML document as input:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Id>efb66be5-9ff3-4c1a-9879-9f46854694c0</Id>
Output
The adapter generates an XML document as output:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Parameters xmlns:ns2="http://softproject.de/parameter/1.0"
id="efb66be5-9ff3-4c1a-9879-9f46854694c0"
projectName="WebAppProject_2"
workspace="1">
<Variable completeName="MyGroup.Test">test</Variable>
</Parameters>
The following elements can be included in the output:
Element | Attribute | Description |
|---|---|---|
| Project parameter with ID, name and workspace of the project | |
| UUID of the project containing a | |
| Name of the project in the X4 repository | |
| Name of the workspace in which the project is stored | |
| Type of project parameter | |
| Type of project parameter | |
| Name of parameter with parameter group |