HomeDev guideAPI ReferenceGraphQL
Dev guideUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

Parameters

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

Each method in the API contains the following parameters:

  • locale – Routes the request to the language indices where the content was indexed to and applies language analysis in search.
  • where – Filters content based on criteria.
  • 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.