GET api/apps/{customerGroupId}
Get an app by customer group ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerGroupId |
CustomerGroup ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AppDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required Max length: 50 |
|
| IsActive | boolean |
None. |
|
| NotificationType | NotificationTypeEnum |
None. |
|
| CustomerGroups | Collection of CustomerGroupDto |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "85d6e366-22a5-422e-9281-e3e3a9c8b069",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "0d3df8dd-f324-4efa-94d0-0a97800027c1",
"Name": "sample string 2",
"Customer": {
"Id": "8db7db13-2930-49a0-9cc0-26c7b0db0ecf",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "0d3df8dd-f324-4efa-94d0-0a97800027c1",
"Name": "sample string 2",
"Customer": {
"Id": "8db7db13-2930-49a0-9cc0-26c7b0db0ecf",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
},
{
"Id": "85d6e366-22a5-422e-9281-e3e3a9c8b069",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "0d3df8dd-f324-4efa-94d0-0a97800027c1",
"Name": "sample string 2",
"Customer": {
"Id": "8db7db13-2930-49a0-9cc0-26c7b0db0ecf",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "0d3df8dd-f324-4efa-94d0-0a97800027c1",
"Name": "sample string 2",
"Customer": {
"Id": "8db7db13-2930-49a0-9cc0-26c7b0db0ecf",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
}
]