Versions Compared

Key

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

...

If you have access to our the GX Software Jira issue tracking system, see thttps://connect.gxsoftware.com/jira/browse/XA-636 and its sub-tasks for all the technical details. The XperienCentral Headless add-on which contains this functionality can be upgraded without upgrading XperienCentral.

Developer's Guide

This section describes You have already seen a few examples on how to use the API. In this section you can read the details and possibilities the API offers.

...



Back to top


...

Search Requests

URL

A search query is made constructed using an HTTP POST request to an a URL like thisas follows:


Code Block
https://yoursite.com/web/searchretrieve/v1/yaml


, where https could also be http for your site and /web could be another context path. For Both HTTPS and HTTP are accepted as well as other context paths. To construct a search query in JSON format, use an URL with json at the enda URL that ends in /json:


Code Block
https://yoursite.com/web/searchretrieve/v1/json

...