List Records
GET /restapi/1.0/object/res.partner/search?domain=[('is_company','=',True),('customer','=',True)] HTTP/1.1
Host: {your_Odoo_server_url}HTTP/1.1 200 OK
{
'Partner': [
7, 18, 12, 10, 17, 19, 8, 31, 26, 16, 13, 20, 30, 22, 29, 15, 23, 28, 74
]
}HTTP/1.1 200 OK
<res.partner type="list">
<item type="int">7</item>
<item type="int">18</item>
<item type="int">12</item>
<item type="int">10</item>
<item type="int">17</item>
<item type="int">19</item>
<item type="int">8</item>
<item type="int">31</item>
<item type="int">26</item>
<item type="int">16</item>
<item type="int">13</item>
<item type="int">20</item>
<item type="int">30</item>
<item type="int">22</item>
<item type="int">29</item>
<item type="int">15</item>
<item type="int">23</item>
<item type="int">28</item>
<item type="int">74</item>
</res.partner>Headers and Status Codes
Description
Last updated