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": "179341f7-36b0-420c-8bd0-d275b9de734d",
"Name": "sample string 2",
"Customer": {
"Id": "4a4d41b7-e4e1-4506-a562-eb4b1fc41bba",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "179341f7-36b0-420c-8bd0-d275b9de734d",
"Name": "sample string 2",
"Customer": {
"Id": "4a4d41b7-e4e1-4506-a562-eb4b1fc41bba",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]