Versions Compared

Key

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

Overview

Instructions to use REST API NextQueries service.

...

Service Name

nextqueries

Service URL

URL_SEARCH/INSTANCE_ID/nextqueries?INPUT_PARAMETERS

...

ParameterDescriptionData TypeMandatory
qThe query for the requestStringYes
langSet the language of the queryStringYes

*If additional params are required, please contact us

...

The service will return a json node.

Code Block
[
    	{
        nextQueries: [
            {
                	query: "ZZZZZ"
            	},
            	{
                	query: "YYYYY"
            },
        ]
    }   
]	}
]