GET api/webshop/parameterconfig
Provides a parameter config model for the group.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Parameter config model.
GroupParameterConfigName | Description | Type | Additional information |
---|---|---|---|
GroupId |
What group is this mapping for |
integer |
None. |
StyleParameter1 |
This holds information about what information the group expects the StyleParameter1 property to contain on an article. |
PublicAPI.Models.ArticleCharacteristics |
None. |
StyleParameter2 |
This holds information about what information the group expects the StyleParameter2 property to contain on an article. |
PublicAPI.Models.ArticleCharacteristics |
None. |
StyleParameter3 |
This holds information about what information the group expects the StyleParameter3 property to contain on an article. |
PublicAPI.Models.ArticleCharacteristics |
None. |
StyleParameter4 |
This holds information about what information the group expects the StyleParameter4 property to contain on an article. |
PublicAPI.Models.ArticleCharacteristics |
None. |
StyleParameter5 |
This holds information about what information the group expects the StyleParameter5 property to contain on an article. |
PublicAPI.Models.ArticleCharacteristics |
None. |
VariantParameter1 |
This holds information about what information the group expects the VariantParameter1 property to contain on an article. |
PublicAPI.Models.ArticleCharacteristics |
None. |
VariantParameter2 |
This holds information about what information the group expects the VariantParameter2 property to contain on an article. |
PublicAPI.Models.ArticleCharacteristics |
None. |
VariantParameter3 |
This holds information about what information the group expects the VariantParameter3 property to contain on an article. |
PublicAPI.Models.ArticleCharacteristics |
None. |
VariantParameter4 |
This holds information about what information the group expects the VariantParameter4 property to contain on an article. |
PublicAPI.Models.ArticleCharacteristics |
None. |
VariantParameter5 |
This holds information about what information the group expects the VariantParameter5 property to contain on an article. |
PublicAPI.Models.ArticleCharacteristics |
None. |
Response Formats
application/json, text/json
{ "GroupId": 1, "StyleParameter1": { "Name": "sample string 1", "MaxContentLength": 2 }, "StyleParameter2": { "Name": "sample string 1", "MaxContentLength": 2 }, "StyleParameter3": { "Name": "sample string 1", "MaxContentLength": 2 }, "StyleParameter4": { "Name": "sample string 1", "MaxContentLength": 2 }, "StyleParameter5": { "Name": "sample string 1", "MaxContentLength": 2 }, "VariantParameter1": { "Name": "sample string 1", "MaxContentLength": 2 }, "VariantParameter2": { "Name": "sample string 1", "MaxContentLength": 2 }, "VariantParameter3": { "Name": "sample string 1", "MaxContentLength": 2 }, "VariantParameter4": { "Name": "sample string 1", "MaxContentLength": 2 }, "VariantParameter5": { "Name": "sample string 1", "MaxContentLength": 2 } }
application/xml, text/xml
<GroupParameterConfigViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PublicAPI.Models"> <GroupId>1</GroupId> <StyleParameter1> <MaxContentLength>2</MaxContentLength> <Name>sample string 1</Name> </StyleParameter1> <StyleParameter2> <MaxContentLength>2</MaxContentLength> <Name>sample string 1</Name> </StyleParameter2> <StyleParameter3> <MaxContentLength>2</MaxContentLength> <Name>sample string 1</Name> </StyleParameter3> <StyleParameter4> <MaxContentLength>2</MaxContentLength> <Name>sample string 1</Name> </StyleParameter4> <StyleParameter5> <MaxContentLength>2</MaxContentLength> <Name>sample string 1</Name> </StyleParameter5> <VariantParameter1> <MaxContentLength>2</MaxContentLength> <Name>sample string 1</Name> </VariantParameter1> <VariantParameter2> <MaxContentLength>2</MaxContentLength> <Name>sample string 1</Name> </VariantParameter2> <VariantParameter3> <MaxContentLength>2</MaxContentLength> <Name>sample string 1</Name> </VariantParameter3> <VariantParameter4> <MaxContentLength>2</MaxContentLength> <Name>sample string 1</Name> </VariantParameter4> <VariantParameter5> <MaxContentLength>2</MaxContentLength> <Name>sample string 1</Name> </VariantParameter5> </GroupParameterConfigViewModel>