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 AppDtoName | 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": "b202d9a1-6b37-4c82-8885-9e2f174c38e8", "Name": "sample string 2", "IsActive": true, "NotificationType": "Bubble", "CustomerGroups": [ { "Id": "a4894bcf-1bf8-4036-b01b-01d9a9bf5bee", "Name": "sample string 2", "Customer": { "Id": "4ea035bb-1020-47b4-9595-d9736478ead0", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "a4894bcf-1bf8-4036-b01b-01d9a9bf5bee", "Name": "sample string 2", "Customer": { "Id": "4ea035bb-1020-47b4-9595-d9736478ead0", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ] }, { "Id": "b202d9a1-6b37-4c82-8885-9e2f174c38e8", "Name": "sample string 2", "IsActive": true, "NotificationType": "Bubble", "CustomerGroups": [ { "Id": "a4894bcf-1bf8-4036-b01b-01d9a9bf5bee", "Name": "sample string 2", "Customer": { "Id": "4ea035bb-1020-47b4-9595-d9736478ead0", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "a4894bcf-1bf8-4036-b01b-01d9a9bf5bee", "Name": "sample string 2", "Customer": { "Id": "4ea035bb-1020-47b4-9595-d9736478ead0", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ] } ]