GET api/apps
Get all apps
Request Information
URI Parameters
None.
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": "5b899bd1-aff0-4ba6-87dc-6961135a1873", "Name": "sample string 2", "IsActive": true, "NotificationType": "Bubble", "CustomerGroups": [ { "Id": "07b71264-93fc-4108-a950-e456e19263d9", "Name": "sample string 2", "Customer": { "Id": "a5b549d0-a8cc-49e6-9546-9ce8219b2322", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "07b71264-93fc-4108-a950-e456e19263d9", "Name": "sample string 2", "Customer": { "Id": "a5b549d0-a8cc-49e6-9546-9ce8219b2322", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ] }, { "Id": "5b899bd1-aff0-4ba6-87dc-6961135a1873", "Name": "sample string 2", "IsActive": true, "NotificationType": "Bubble", "CustomerGroups": [ { "Id": "07b71264-93fc-4108-a950-e456e19263d9", "Name": "sample string 2", "Customer": { "Id": "a5b549d0-a8cc-49e6-9546-9ce8219b2322", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] }, { "Id": "07b71264-93fc-4108-a950-e456e19263d9", "Name": "sample string 2", "Customer": { "Id": "a5b549d0-a8cc-49e6-9546-9ce8219b2322", "Name": "sample string 2" }, "IsActive": true, "Settings": [ { "Name": "EmbedReportUrl", "Value": "sample string 1" }, { "Name": "EmbedReportUrl", "Value": "sample string 1" } ] } ] } ]