The JSON search parameters

Current version: 1.7

You can view and access the JSON data that is returned to every page through the URL. In Preview mode, you can do JSON data search calls by adding query parameters in your browser's address bar. Each query starts with question mark (?) and each query parameter is separated by the ampersand (&) character. Values are comma separated.

Use the following parameters to search the JSON data:

Query parameter

Description

q

Returns the results with the specified word.

For example, to search for pages with the word Creative:

RequestResponse
&q=Creative

p

Returns a specified amount of pages.

For example, to return only the first 3 pages:

RequestResponse
&p=3

e

Excludes a specified amount of elements from the returned result.

For example, to skip the first 4 elements of a page:

RequestResponse
&e=4

o

Sorts the results based on specified facets.

For example, to sort results based on the title:

RequestResponse
&o=Title, Ascending

Do you have some feedback for us?

If you have suggestions for improving this article,