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/relatedtags?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.

[
    {
        tag: "ZZZZZZ",
        query: "BBB ZZZ",
    },
    {
        tag: "YYYYY",
        query: "YYYY BBBB",
    }
]


  • No labels