GET api/customergroups
Get all customer groups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerGroupDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
Required Max length: 50 |
|
Customer | CustomerDto |
None. |
|
IsActive | boolean |
None. |
|
Settings | Collection of CustomerGroupSettingDto |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "15734ede-b5ef-402d-b8bf-d620c5de41d0", "Name": "sample string 2", "Customer": { "Id": "c7d0b22a-ebf8-4d8c-910e-32a84f487b56", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "15734ede-b5ef-402d-b8bf-d620c5de41d0", "Name": "sample string 2", "Customer": { "Id": "c7d0b22a-ebf8-4d8c-910e-32a84f487b56", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ]