Read Single Record
GET /restapi/1.0/object/res.partner/12 HTTP/1.1
Host: {your_Odoo_server_url}HTTP/1.1 200 OK
{
'Partner': {
'id': 12,
'name': 'Think Big Systems',
'street': '89 Lingfield Tower',
'street2': false,
'city': 'London',
'state_id': false,
'zip': false,
'country_id': [486, 'United Kingdom'],
'create_date': '2017-07-10 11:02:57',
'create_uid': [1, 'Administrator'],
'write_date': '2017-07-11 15:08:45',
'write_uid': [1, 'Administrator'],
...
...
...
}
}Headers and Status Codes
Description
Last updated