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": "8cda7dfc-c941-4c88-8e9d-a31e96e9eaea",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "d39561f9-31db-492e-a6b8-201640764dbd",
"Name": "sample string 2",
"Customer": {
"Id": "6b0ed096-7850-4e31-a448-95005c0062e3",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "d39561f9-31db-492e-a6b8-201640764dbd",
"Name": "sample string 2",
"Customer": {
"Id": "6b0ed096-7850-4e31-a448-95005c0062e3",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
},
{
"Id": "8cda7dfc-c941-4c88-8e9d-a31e96e9eaea",
"Name": "sample string 2",
"IsActive": true,
"NotificationType": "Bubble",
"CustomerGroups": [
{
"Id": "d39561f9-31db-492e-a6b8-201640764dbd",
"Name": "sample string 2",
"Customer": {
"Id": "6b0ed096-7850-4e31-a448-95005c0062e3",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
},
{
"Id": "d39561f9-31db-492e-a6b8-201640764dbd",
"Name": "sample string 2",
"Customer": {
"Id": "6b0ed096-7850-4e31-a448-95005c0062e3",
"Name": "sample string 2"
},
"IsActive": true,
"Settings": [
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
},
{
"Name": "EmbedReportUrl",
"Value": "sample string 1"
}
]
}
]
}
]