Get assets by query

Return the assets which match the search / filter and a result set object containing info like total hits, limit and offset

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Filters for all assets of a specific namespace. At this moment assets are always in the 'hippogallery' namespace

string

Filters for all assets of a specific contentType. At this moment assets always have contentType 'asset'

uuid

Filters for all assets with a specific UUID. Comma separated values are allowed which are processed as an OR constraint

string

Filters for all assets with a specific path. Comma separated values are allowed which are processed as an OR constraint

string

Filters for all assets of a specific mimeType.

string

Does a free text search for assets containing the text provided by the parameter. The value will be parsed in case it contains special characters like * or ?. This can be found in online documentation

integer

A query for all assets having a last modification date of the provided value

integer

A query for all assets having a last modification date before the provided value. When the provided value should be included, use lastModified(lte). For greater than, use lastModified(gt) or lastModified(gte)

integer
≥ 0
Defaults to 0

The number of assets to skip before starting to collect the 'assets' array field.

integer
1 to 100
Defaults to 10

The maximum number of assets to return in the 'assets' array field.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© Bloomreach, Inc. All rights reserved.