Get documents by query

Return the documents 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 documents of a specific namespace. It is strongly adviced to always include this query parameter as skipping it can result in unexpected result in case there are for example also test namespaces

string

Filters for all documents of a specific contentType. Best to use in combination with the namespace parameter

uuid

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

string

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

string

Does a free text search for documents 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

string

This is an example free text search in a document its title field. You can substitute 'title' for any actual real used fields in your document types

string

Filters (case insenstive) for all documents with a certain locale

integer

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

string

A query to search for documents in a specific folder. This is a relative folder path to restrict the document search.

integer

A query for all documents 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 documents to skip before starting to collect the 'documents' array field.

integer
1 to 100
Defaults to 10

The maximum number of documents to return in the 'documents' 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.