Gets configuration variable information for the specified file.
Sample Data
[
{
"Models": [
{
"VarId": 1,
"VarName": "sample string 2",
"VarValue": "sample string 3",
"VarType": 0,
"Mandatory": true,
"VersionFree": true
},
{
"VarId": 1,
"VarName": "sample string 2",
"VarValue": "sample string 3",
"VarType": 0,
"Mandatory": true,
"VersionFree": true
}
],
"ConfigurationName": "sample string 1",
"ConfigurationId": 2
},
{
"Models": [
{
"VarId": 1,
"VarName": "sample string 2",
"VarValue": "sample string 3",
"VarType": 0,
"Mandatory": true,
"VersionFree": true
},
{
"VarId": 1,
"VarName": "sample string 2",
"VarValue": "sample string 3",
"VarType": 0,
"Mandatory": true,
"VersionFree": true
}
],
"ConfigurationName": "sample string 1",
"ConfigurationId": 2
}
]
Sample Data
<ArrayOfConfigInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SWPDM.Models">
<ConfigInfo>
<ConfigurationId>2</ConfigurationId>
<ConfigurationName>sample string 1</ConfigurationName>
<Models>
<VariableInfo>
<Mandatory>true</Mandatory>
<VarId>1</VarId>
<VarName>sample string 2</VarName>
<VarType>VarTypeNone</VarType>
<VarValue>sample string 3</VarValue>
<VersionFree>true</VersionFree>
</VariableInfo>
<VariableInfo>
<Mandatory>true</Mandatory>
<VarId>1</VarId>
<VarName>sample string 2</VarName>
<VarType>VarTypeNone</VarType>
<VarValue>sample string 3</VarValue>
<VersionFree>true</VersionFree>
</VariableInfo>
</Models>
</ConfigInfo>
<ConfigInfo>
<ConfigurationId>2</ConfigurationId>
<ConfigurationName>sample string 1</ConfigurationName>
<Models>
<VariableInfo>
<Mandatory>true</Mandatory>
<VarId>1</VarId>
<VarName>sample string 2</VarName>
<VarType>VarTypeNone</VarType>
<VarValue>sample string 3</VarValue>
<VersionFree>true</VersionFree>
</VariableInfo>
<VariableInfo>
<Mandatory>true</Mandatory>
<VarId>1</VarId>
<VarName>sample string 2</VarName>
<VarType>VarTypeNone</VarType>
<VarValue>sample string 3</VarValue>
<VersionFree>true</VersionFree>
</VariableInfo>
</Models>
</ConfigInfo>
</ArrayOfConfigInfo>