GET api/Product/Groups
Get all Product Group Dictionary for account./>
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of product groups.
Collection of GetProductGroupDictionaryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Key | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "808248e5-4bef-4e4b-b6d0-30d37405c64b",
"Key": "sample string 1"
},
{
"Id": "808248e5-4bef-4e4b-b6d0-30d37405c64b",
"Key": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetProductGroupDictionaryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<GetProductGroupDictionaryResponse>
<Id>808248e5-4bef-4e4b-b6d0-30d37405c64b</Id>
<Key>sample string 1</Key>
</GetProductGroupDictionaryResponse>
<GetProductGroupDictionaryResponse>
<Id>808248e5-4bef-4e4b-b6d0-30d37405c64b</Id>
<Key>sample string 1</Key>
</GetProductGroupDictionaryResponse>
</ArrayOfGetProductGroupDictionaryResponse>