Odoo Server Version¶
Retrieves the server version info using the version
method of the common
method.
Method
{
"jsonrpc": "2.0",
"method": "call",
"params": {
"service": "common",
"method": "version",
"args": [
]
}
}
Request¶
Retrieve the server version info.
Request body
{
"jsonrpc": "2.0",
"method": "call",
"params": {
"service": "common",
"method": "version",
"args": [
]
}
}