Search
Search for content based on the search term
Request
URI
GET
https://{api_host}/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
}
}
array of
object
_embedded
Optional
_embedded
array of
object
_links
Optional
_links
object
page
Optional
page
404
Source not found
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/content/api/marketplace/sources/{sourceId}/contents
Marketplace Operations
GET
Search
GET
Get Details
GET
Get Link
GET
Get Reviews
GET
Filters Using GET
GET
Filter Items Using GET