Data Tables
ExpertSender API allows manipulating and retrieving data stored in custom Data Tables, created by user. See the table below for available methods.
Resource | Resource description | URL | GET | POST | PUT | DELETE |
---|---|---|---|---|---|---|
DataTablesGetTables | Data tables collection. | https://api.esv2.com/v2/Api/DataTablesGetTables | Get list of tables | |||
DataTablesGetData | Data in a data table. | https://api.esv2.com/v2/Api/DataTablesGetData | Get data | |||
DataTablesGetDataCount | Count of records in a data table. | https://api.esv2.com/v2/Api/DataTablesGetDataCount | Count rows | |||
DataTablesClearTable | Clearing the table (deleting all records). | https://api.esv2.com/v2/Api/DataTablesClearTable | Clear table | |||
DataTablesAddRow | Add row of data to a data table. | https://api.esv2.com/v2/Api/DataTablesAddRow | Add row | |||
DataTablesAddMultipleRows | Add multiple rows of data to a data table. | https://api.esv2.com/v2/Api/DataTablesAddMultipleRows | Add multiple rows | |||
DataTablesUpdateRow | Update row of data in a data table. | https://api.esv2.com/v2/Api/DataTablesUpdateRow | Update row | |||
DataTablesUpdateMultipleRows | Update multiple rows of data to a data table. | https://api.esv2.com/v2/Api/DataTablesUpdateMultipleRows | Update multiple rows | |||
DataTablesDeleteRow | Delete row of data in a data table. | https://api.esv2.com/v2/Api/DataTablesDeleteRow | Delete row |