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": "ed155ab2-515a-43a8-9c74-6ee0e77ed03d",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "55f5cf4d-4441-4637-8ef4-85e2ddea2537",
"Name": "sample string 2",
"Customer": {
"Id": "69c4548d-7444-49d6-814f-0f42fd408ed7",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "55f5cf4d-4441-4637-8ef4-85e2ddea2537",
"Name": "sample string 2",
"Customer": {
"Id": "69c4548d-7444-49d6-814f-0f42fd408ed7",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
},
{
"Id": "ed155ab2-515a-43a8-9c74-6ee0e77ed03d",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "55f5cf4d-4441-4637-8ef4-85e2ddea2537",
"Name": "sample string 2",
"Customer": {
"Id": "69c4548d-7444-49d6-814f-0f42fd408ed7",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "55f5cf4d-4441-4637-8ef4-85e2ddea2537",
"Name": "sample string 2",
"Customer": {
"Id": "69c4548d-7444-49d6-814f-0f42fd408ed7",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
}
]