Get Configuration Version

Use this API to return the configuration version of the Speech Server.

HTTP Method

GET

URI

http://<serverip/hostname/FQDN>/speechconfig/rest/config/version

Valid Values

ASR, TTS, NLP

Content Type

Application/JSON, Application/XML

HTTP Success Code

200 OK - Successful

HTTP Failure Code

4xx - Client Error

5xx - Server Error

Parameters

None.

Sample Response
<speechConfig>
   <version>10.0</version>
</speechConfig>