GET api/segments/GetByCustomerGroupId?id={id}
Get all Segments by customer group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Customer Group ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SegmentGroupDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
|
Segments | Collection of SegmentDto |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "e57f2d70-6da5-40dd-82a1-86f23543b901", "Name": "sample string 2", "Segments": [ { "Id": "41184ca2-ee28-460b-b558-e7f76eec68d8", "Name": "sample string 2" }, { "Id": "41184ca2-ee28-460b-b558-e7f76eec68d8", "Name": "sample string 2" } ] }, { "Id": "e57f2d70-6da5-40dd-82a1-86f23543b901", "Name": "sample string 2", "Segments": [ { "Id": "41184ca2-ee28-460b-b558-e7f76eec68d8", "Name": "sample string 2" }, { "Id": "41184ca2-ee28-460b-b558-e7f76eec68d8", "Name": "sample string 2" } ] } ]