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 5 Next »

Overview

Instructions to use REST API RelatedTags service.

Step-by-step guide

Service Name

relatedtags

Service URL

URL_SEARCH/INSTANCE_ID/querysignals?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 object.

{
	querysignals: [
		{
			nextQueries: [
	 			{
                    query: "ZZZZZ"
                },
                {
                    query: "YYYYY"
                }
			],
			relatedTags: [
				{
					tag: "ZZZZZZ",
					query: "BBB ZZZ",
				},
				{
					tag: "YYYYY",
					query: "YYYY BBBB",
				}
			]
		}
	]
}
  • No labels