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": "b96e9d5d-59f1-4e5a-9306-9f34e57733a1",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "36f13826-dad0-46e1-afe8-3adc06e0539e",
"Name": "sample string 2",
"Customer": {
"Id": "e948d563-9a83-4dfd-97a8-c90a75077b1a",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "36f13826-dad0-46e1-afe8-3adc06e0539e",
"Name": "sample string 2",
"Customer": {
"Id": "e948d563-9a83-4dfd-97a8-c90a75077b1a",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
},
{
"Id": "b96e9d5d-59f1-4e5a-9306-9f34e57733a1",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "36f13826-dad0-46e1-afe8-3adc06e0539e",
"Name": "sample string 2",
"Customer": {
"Id": "e948d563-9a83-4dfd-97a8-c90a75077b1a",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "36f13826-dad0-46e1-afe8-3adc06e0539e",
"Name": "sample string 2",
"Customer": {
"Id": "e948d563-9a83-4dfd-97a8-c90a75077b1a",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
}
]