# getUsedApiVersion
Version: 4.3.0+
Description: obtain the API version used for the current connection.
Request example:
{
"method" : "getUsedApiVersion",
"requestId" : "1"
}
Response example:
{
"method" : "getUsedApiVersion",
"requestId" : "1",
"version" : "4.3",
"result" : true
}
Parameter description:
version
- a string parameter indicating the identifier of the API version used for the current connectionrequestId
- a unique request identifier. You can learn more about it here.
See also: