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": "4777f38c-4e5d-4012-9f01-b466bb4be4a4", "Name": "sample string 2", "IsActive": true, "NotificationType": "Bubble", "CustomerGroups": [ { "Id": "08554dff-6ee1-4e00-8186-13d894938fea", "Name": "sample string 2", "Customer": { "Id": "f54be5b5-f9f1-4267-b14c-10b7313260ac", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "08554dff-6ee1-4e00-8186-13d894938fea", "Name": "sample string 2", "Customer": { "Id": "f54be5b5-f9f1-4267-b14c-10b7313260ac", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ] }, { "Id": "4777f38c-4e5d-4012-9f01-b466bb4be4a4", "Name": "sample string 2", "IsActive": true, "NotificationType": "Bubble", "CustomerGroups": [ { "Id": "08554dff-6ee1-4e00-8186-13d894938fea", "Name": "sample string 2", "Customer": { "Id": "f54be5b5-f9f1-4267-b14c-10b7313260ac", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "08554dff-6ee1-4e00-8186-13d894938fea", "Name": "sample string 2", "Customer": { "Id": "f54be5b5-f9f1-4267-b14c-10b7313260ac", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ] } ]