Request for detailed form

  1. Request for detailed form is carried out using the method getTableDataPredicate.

If the request is successful, the server will send the following data in response:

  • error - error code with the value “null”;
  • jsonrpc - protocol version with value “2.0”;
  • result - data returned by the method:
    • data - the specified record in the table (all fields and their values);
    • offset - offset of records, when requesting lines not from the first line;
    • records - displays the number of records in the table;
    • sql - SQL query to the database;
  • usename - user login, if authorization was performed.