Get Request By Id Using GET

Get Request By Id Using GET

Get a download request by Id

Request
URI
GET
https:////localhost:8090/content/api/marketplace/download-requests/{id}
COPY
Path Parameters
string
id
Required

ID of the download request


Responses
200

Download request for id

Returns MarketplaceContentDownloadRequest of type(s) application/json
{
    "contentId": "string",
    "contentName": "string",
    "contentType": "string",
    "createdAt": "string",
    "downloadedContentId": "string",
    "executionMessages": [
        {
            "message": "string"
        }
    ],
    "id": "string",
    "lastUpdatedAt": "string",
    "sourceId": "string",
    "status": "string",
    "targetId": "string",
    "targetType": "string"
}
string
contentId
Required

Content Id

string
contentName
Required

Content Name

string
contentType
Required

Content Type

string As date-time As date-time
createdAt
Optional

Request Created Time

string
downloadedContentId
Optional

Downloaded Content Id

executionMessages
Optional

Execution Messages

string As uuid As uuid
id
Optional

Request Id

string As date-time As date-time
lastUpdatedAt
Optional

Request Last Updated Time

string As uuid As uuid
sourceId
Required

Content Source Id

string
status
Optional

Request Status

string
targetId
Required

Target Id

string
targetType
Required

Target Type


404

request not found

Operation doesn't return any data structure