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": "8e63792d-6445-4a85-9761-3d38a13cf80a", "Name": "sample string 2", "IsActive": true, "NotificationType": "Bubble", "CustomerGroups": [ { "Id": "3b673e4f-42a1-42fe-9439-c4afee571e71", "Name": "sample string 2", "Customer": { "Id": "afdd962f-ceae-44a0-a855-3144ab62a7dc", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "3b673e4f-42a1-42fe-9439-c4afee571e71", "Name": "sample string 2", "Customer": { "Id": "afdd962f-ceae-44a0-a855-3144ab62a7dc", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ] }, { "Id": "8e63792d-6445-4a85-9761-3d38a13cf80a", "Name": "sample string 2", "IsActive": true, "NotificationType": "Bubble", "CustomerGroups": [ { "Id": "3b673e4f-42a1-42fe-9439-c4afee571e71", "Name": "sample string 2", "Customer": { "Id": "afdd962f-ceae-44a0-a855-3144ab62a7dc", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "3b673e4f-42a1-42fe-9439-c4afee571e71", "Name": "sample string 2", "Customer": { "Id": "afdd962f-ceae-44a0-a855-3144ab62a7dc", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ] } ]