GET api/customergroups
Get all customer groups
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerGroupDto| Name | 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": "38290208-809a-46e0-8ca2-d254fd46b36d",
"Name": "sample string 2",
"Customer": {
"Id": "2c3d938b-7967-4dbd-8d64-384fc3536303",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "38290208-809a-46e0-8ca2-d254fd46b36d",
"Name": "sample string 2",
"Customer": {
"Id": "2c3d938b-7967-4dbd-8d64-384fc3536303",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]