GET repository/applications
Gets simple information about all RepositoryApplicationVersion in consumer's Environment.
Remarks
C4M Error Code returned:
- null - User Applications returned successfully. 
                    Possible filters:
                    
                        - Alias
                    
Response Information
List of RepositoryApplicationVersion as ApplicationWithVersionsResponseDto related to target environment.
Response body formats
application/json, text/json
					Sample:
							
    [
  {
    "versions": [
      {
        "id": null,
        "versionCode": 12,
        "versionName": "2.0.1.1"
      },
      {
        "id": null,
        "versionCode": 12,
        "versionName": "2.0.1.1"
      }
    ],
    "alias": "My Android App",
    "id": 1,
    "packageName": "com.example.myandroidapp"
  },
  {
    "costType": 0,
    "distributionChannel": 0,
    "numberOfProvisionedLicenses": 1,
    "numberOfPurchasedLicenses": 1,
    "productId": "sample string 1",
    "versions": [
      {
        "id": null,
        "versionCode": 12,
        "versionName": "2.0.1.1"
      },
      {
        "id": null,
        "versionCode": 12,
        "versionName": "2.0.1.1"
      }
    ],
    "alias": "My Android App",
    "id": 1,
    "packageName": "com.example.myandroidapp"
  }
]