Guest User

Untitled

a guest
Feb 12th, 2020
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.35 KB | None | 0 0
  1. {
  2.     "jsonrpc": "2.0",
  3.     "method": "call",
  4.     "params": {
  5.         "service": "object",
  6.         "method": "execute",
  7.         "args": [
  8.             "<DB>",
  9.             <UID>,
  10.             "<password>",
  11.             "res.users",
  12.             "search_read",
  13.             [[["id", "=", "177"]],{"fields": ["id", "name", "email"]}]
  14.         ]
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment