Search
Search for content based on the search term
Request
URI
GET
https://{api_host}//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": 0,
"updatedAt": "string",
"version": "string",
"video": "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
}
}
404
Source not found
Operation doesn't return any data structure
Marketplace Operations
GET
Filter Items Using GET
GET
Filters Using GET
GET
Get Details
GET
Get Link
GET
Get Reviews
GET
Search