GET api/apps/{customerGroupId}

Get an app by customer group ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerGroupId

CustomerGroup ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AppDto
NameDescriptionTypeAdditional 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": "68ad5e76-4530-4b6c-b1f8-cf96bb7f0e9e",
    "Name": "sample string 2",
    "IsActive": true,
    "NotificationType": "Bubble",
    "CustomerGroups": [
      {
        "Id": "ba7add40-00ef-4c31-8424-2b375cdc12c4",
        "Name": "sample string 2",
        "Customer": {
          "Id": "a6ff6ee8-ba55-419b-a69c-5c3d5f8f4ecf",
          "Name": "sample string 2"
        },
        "IsActive": true,
        "Settings": [
          {
            "Name": "EmbedReportUrl",
            "Value": "sample string 1"
          },
          {
            "Name": "EmbedReportUrl",
            "Value": "sample string 1"
          }
        ]
      },
      {
        "Id": "ba7add40-00ef-4c31-8424-2b375cdc12c4",
        "Name": "sample string 2",
        "Customer": {
          "Id": "a6ff6ee8-ba55-419b-a69c-5c3d5f8f4ecf",
          "Name": "sample string 2"
        },
        "IsActive": true,
        "Settings": [
          {
            "Name": "EmbedReportUrl",
            "Value": "sample string 1"
          },
          {
            "Name": "EmbedReportUrl",
            "Value": "sample string 1"
          }
        ]
      }
    ]
  },
  {
    "Id": "68ad5e76-4530-4b6c-b1f8-cf96bb7f0e9e",
    "Name": "sample string 2",
    "IsActive": true,
    "NotificationType": "Bubble",
    "CustomerGroups": [
      {
        "Id": "ba7add40-00ef-4c31-8424-2b375cdc12c4",
        "Name": "sample string 2",
        "Customer": {
          "Id": "a6ff6ee8-ba55-419b-a69c-5c3d5f8f4ecf",
          "Name": "sample string 2"
        },
        "IsActive": true,
        "Settings": [
          {
            "Name": "EmbedReportUrl",
            "Value": "sample string 1"
          },
          {
            "Name": "EmbedReportUrl",
            "Value": "sample string 1"
          }
        ]
      },
      {
        "Id": "ba7add40-00ef-4c31-8424-2b375cdc12c4",
        "Name": "sample string 2",
        "Customer": {
          "Id": "a6ff6ee8-ba55-419b-a69c-5c3d5f8f4ecf",
          "Name": "sample string 2"
        },
        "IsActive": true,
        "Settings": [
          {
            "Name": "EmbedReportUrl",
            "Value": "sample string 1"
          },
          {
            "Name": "EmbedReportUrl",
            "Value": "sample string 1"
          }
        ]
      }
    ]
  }
]