Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to use this functionality, you need XperienCentral versions R32 and higher or versions R27 and higher if you have the  Headless Add-on upgraded to version 2.2.5 or higher. The setting search_retrieve_enabled in the headless_search_retrieve section on the General tab of the Setup Tool must be enabled. A free tool for sending such these types of requests is Postman.

More

...

Sample Queries

To retrieve

Let's have a look at two more examples to give you an idea of how a search query is constructed.

Get results 11 to 20 of content items in English with the keywords (=, tags, labels , and terms) "news and sports." and "sports", the query is:


Code Block
search:
  keywordsAnd:
  - news
  - sports
  languages:
  - en_US
  from: 11
  to: 20

...