Download History Using GET

Download History Using GET

Get download history for the content downloaded from Marketplace

Request
URI
GET
https://{api_host}//cava-s-182-041.eng.vmware.com/content/api/marketplace/download-history
COPY
Query Parameters
string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information, please refer to /content/api/about

string
contentName
Optional

Search based on content name

string
contentType
Optional

Search based on content type

Possible values are : BLUEPRINT, IMAGE, ABX_SCRIPTS,
string
status
Optional

Search based on download status

Possible values are : FAILED, ADDED,
string of array
targetIds
Optional

Search based on target Ids


Responses
200

Download history

Returns MarketplaceDownloadHistory of type(s) application/json
{
    "_embedded": [
        {
            "contentId": "string",
            "contentName": "string",
            "contentType": "string",
            "downloadedOn": "string",
            "id": "string",
            "status": "string",
            "targetId": "string",
            "targetName": "string",
            "targetType": "string",
            "updatedOn": "string",
            "username": "string"
        }
    ],
    "_links": [
        {
            "deprecation": "string",
            "href": "string",
            "hreflang": "string",
            "media": "string",
            "rel": "string",
            "templated": false,
            "title": "string",
            "type": "string"
        }
    ],
    "page": {
        "number": 0,
        "size": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}
_embedded
Optional

_embedded

array of Link
_links
Optional

_links

page
Optional

page