Skip to main content

Get product parameter group

Gets a specific product parameter group.

Path Parameters
id int32 REQUIRED

The id of the product parameter group to get.

Responses
200

The requested product parameter group.

Schema OPTIONAL
Resource object OPTIONAL

An existing product parameter group.

GroupId int32 OPTIONAL

The unique identifier for the groups.

Name string OPTIONAL

The non-localized name of the group. This name is required, but will be overriden by LocalizedNames for any matching locales.

LocalizedNames object[] OPTIONAL

The localized names of the group. These names are optional, and will override Name for matching locales.

LanguageCode string OPTIONAL
Content string OPTIONAL

The localized content.

ParameterIds int32[] OPTIONAL

The ids of the parameters belonging to this group.

Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.

404

Not found.

Schema OPTIONAL
Message string OPTIONAL

A status message for the action taken.

Details string[] OPTIONAL

Any validation messages for the data on the current action.