Get Details

Get Details

Get content details

Request
URI
GET
https:////localhost:8090/content/api/marketplace/sources/{sourceId}/contents/{contentId}
COPY
Path Parameters
string
contentId
Required

Content Id

string
sourceId
Required

Content Source Id


Responses
200

Content Details

Returns MarketplaceContent of type(s) application/json
{
    "description": "string",
    "developer": "string",
    "displayName": "string",
    "documents": [
        {
            "downloadUrl": "string",
            "title": "string",
            "type": "string"
        }
    ],
    "eula": "string",
    "highlights": [
        "string"
    ],
    "icon": "string",
    "id": "string",
    "overview": "string",
    "rating": "string",
    "screenshots": [
        "string"
    ],
    "support": {
        "email": "string",
        "hours": "string",
        "phone": "string",
        "statement": "string",
        "url": "string"
    },
    "techSpecs": "string",
    "totalReviews": "integer",
    "updatedAt": "string",
    "version": "string",
    "video": "string"
}
string
description
Optional

Description

string
developer
Optional

Developer

string
displayName
Optional

Display Name

array of Document
documents
Optional

Documents

string
eula
Optional

EULA

array of string
highlights
Optional

Highlights

string
icon
Optional

Icon

string
id
Optional

ID

string
overview
Optional

Overview

string
rating
Optional

Rating

array of string
screenshots
Optional

Screenshots

support
Optional

support

string
techSpecs
Optional

Tech Specs

integer As int32 As int32
totalReviews
Optional

Total Reviews

string As date-time As date-time
updatedAt
Optional

Updated Date

string
version
Optional

Version

string
video
Optional

Video


404

Source or Content not found

Operation doesn't return any data structure