Get All Market Place Downloaded Contents V2 Using GET
getAllMarketPlaceDownloadedContentsV2
Request
URI
GET
https://{api_host}/lcm/marketplace/api/v2/apps/downloaded
COPY
Responses
200
OK
[
{
"appHistoryDetails": [
{
"appVersion": "string",
"modifiedAction": "string",
"modifiedBy": "string",
"modifiedDate": "string",
"slug": "string"
}
],
"avgRating": "number",
"categoryIDs": [
"string"
],
"categoryMap": {
"categoryMap": "string"
},
"childId": "string",
"cloudMarketplaceContent": false,
"contentType": "string",
"contentUuid": "string",
"created": "string",
"deletedByUser": false,
"description": "string",
"displayName": "string",
"downloadURLs": [
"string"
],
"downloaded": false,
"downloadedBy": "string",
"downloadedDate": "string",
"entitlementLevel": "string",
"eula": "string",
"externalLink": "string",
"featured": false,
"fileName": "string",
"filePathOfDownloadedApp": "string",
"fileSha256Sum": "string",
"fileSize": 0,
"highlight1": "string",
"highlight2": "string",
"highlight3": "string",
"icon": "string",
"id": "string",
"isDeletedByUser": false,
"isDownloaded": false,
"isFeatured": false,
"isLatestVersionAvailable": false,
"isRemoved": false,
"lastUpdated": "string",
"latestVersionAvailable": false,
"licenseType": "string",
"numInstalls": 0,
"numReviews": 0,
"numViews": 0,
"overview": "string",
"parentId": "string",
"partner": "string",
"partnerSlug": "string",
"productAndVersion": [
"string"
],
"productDisplayName": "string",
"productShortName": "string",
"products": [
{
"productDisplayName": "string",
"productEntitlementLevel": "string",
"productShortName": "string",
"productVersion": "string"
}
],
"published": "string",
"relatedContent": [
"string"
],
"removed": false,
"requiresLogin": false,
"reviews": [
"string"
],
"shortName": "string",
"showNotification": false,
"slug": "string",
"solutionIDs": [
"string"
],
"solutionsMap": {
"solutionsMap": "string"
},
"state": "string",
"supportEmail": "string",
"supportHours": "string",
"supportPhone": "string",
"supportStatement": "string",
"supportUrl": "string",
"techSpecs": "string",
"transactionId": "string",
"trialUrl": "string",
"uuid": "string",
"vcgUrl": "string",
"version": "string",
"versionUpdateDetails": [
"string"
],
"videoUrl": "string",
"vmid": "6c9fca27-678d-4e79-9a0f-5f690735e67c",
"vmwareCertified": "string"
}
]
204
No contents available
[
"MarketPlaceAppDTO Object"
]
401
Unauthorized
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
500
Internal Server Error
Returns
GenericErrorResponseDTO
of type(s)
*/*
"GenericErrorResponseDTO Object"
string
errorCode
Optional
errorCode
string
errorLabel
Optional
errorLabel
string
message
Optional
message
array of
string
recommendations
Optional
recommendations
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/lcm/marketplace/api/v2/apps/downloaded
Marketplace Controller Operations
POST
Start Marketplace Content Delete Request V2 Using POST
POST
Start Marketplace Content Download Request V2 Using POST
POST
Start Marketplace Content Install Request V2 Using POST
GET
Get All Market Place Downloaded Contents V2 Using GET
GET
Get Market Place App V2 Using GET