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": "2bda9c3b-447d-4567-b227-bf8acc95ba67", "Name": "sample string 2", "Customer": { "Id": "d0007695-1056-4122-82e1-286e70af70cd", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "2bda9c3b-447d-4567-b227-bf8acc95ba67", "Name": "sample string 2", "Customer": { "Id": "d0007695-1056-4122-82e1-286e70af70cd", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ]