London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Loading...

Parameters

This section describes parameters for methods available with the GraphQL API, used for the Optimizely querying service, when retrieving content in Optimizely solutions.

How it works

Each method in the API contains the following parameters:

  • locale: Routes the request to the language indices where content has been indexed to, and applies language analysis in search.
  • where: Filters content based on criterias.
  • orderBy: Orders the results by relevance or fields.
  • skip: Skips n number of items from the top.
  • limit: The number of items to return.
  • facets: Specifies the fields that should return facets that can be used for filtering, which consist of values and their hit counts.
  • ids: Filters Guids by ContentLink.GuidValue property.
  • cursor: Fetch results by a cursor value.

Related topics

Last updated: Mar 26, 2021