Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

Instructions to use REST API NextQueries service.

Step-by-step guide

Service Name

nextqueries

Service URL

URL_SEARCH/INSTANCE_ID/nextqueries?INPUT_PARAMETERS

Input Parameters

ParameterDescriptionData TypeMandatory
langSet the language of the queryStringYes

*If additional params are required, please contact us


Output

RelatedTags results

The service will return a json node.

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


  • No labels