Search

Search

Search for content based on the search term

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

Content Source Id

Query Parameters
integer
page
Optional

Page you want to retrieve (1..N)

page example
1
string
search
Optional

Full-text search term

integer
size
Optional

Number of records per page

size example
10

Responses
200

Search result

Returns MarketplaceContents of type(s) application/json
{
    "_embedded": [
        {
            "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"
        }
    ],
    "_links": [
        {
            "deprecation": "string",
            "href": "string",
            "hreflang": "string",
            "media": "string",
            "rel": "string",
            "templated": "boolean",
            "title": "string",
            "type": "string"
        }
    ],
    "page": {
        "number": "integer",
        "size": "integer",
        "totalElements": "integer",
        "totalPages": "integer"
    }
}
_embedded
Optional

_embedded

array of Link
_links
Optional

_links

page
Optional

page


404

Source not found

Operation doesn't return any data structure