GET api/apps
Get all apps
Request Information
URI Parameters
None.
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": "3b2941ea-8a6d-4c0c-9575-2451d0400bad",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "821b9a7c-307b-4371-928a-1f53830920c2",
"Name": "sample string 2",
"Customer": {
"Id": "d7d446f3-0f3e-47c8-9937-bc08854391ba",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "821b9a7c-307b-4371-928a-1f53830920c2",
"Name": "sample string 2",
"Customer": {
"Id": "d7d446f3-0f3e-47c8-9937-bc08854391ba",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
},
{
"Id": "3b2941ea-8a6d-4c0c-9575-2451d0400bad",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "821b9a7c-307b-4371-928a-1f53830920c2",
"Name": "sample string 2",
"Customer": {
"Id": "d7d446f3-0f3e-47c8-9937-bc08854391ba",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "821b9a7c-307b-4371-928a-1f53830920c2",
"Name": "sample string 2",
"Customer": {
"Id": "d7d446f3-0f3e-47c8-9937-bc08854391ba",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
}
]