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": "fef2b5fa-11d3-40a9-ba07-b9af047686e0",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "72602478-3c8c-40a6-9bc5-8e7bd67a193b",
"Name": "sample string 2",
"Customer": {
"Id": "f7637891-6d6e-4424-abda-d097a8c0dfc1",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "72602478-3c8c-40a6-9bc5-8e7bd67a193b",
"Name": "sample string 2",
"Customer": {
"Id": "f7637891-6d6e-4424-abda-d097a8c0dfc1",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
},
{
"Id": "fef2b5fa-11d3-40a9-ba07-b9af047686e0",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "72602478-3c8c-40a6-9bc5-8e7bd67a193b",
"Name": "sample string 2",
"Customer": {
"Id": "f7637891-6d6e-4424-abda-d097a8c0dfc1",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "72602478-3c8c-40a6-9bc5-8e7bd67a193b",
"Name": "sample string 2",
"Customer": {
"Id": "f7637891-6d6e-4424-abda-d097a8c0dfc1",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
}
]