# setUsedApiVersion
Description
Obtain the API version used for the current connection
Once the method has been called, the request result will be returned
void setUsedApiVersion(string sVersion)
Parameters
Name | Description |
---|---|
sVersion | The string parameter identifying the correct API version |
Response example
{
"method" : "setUsedApiVersion",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also