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

...

The service will return a json node.

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