Skip to content

Data Tables

ExpertSender API allows manipulating and retrieving data stored in custom Data Tables, created by user. See the table below for available methods.

ResourceResource descriptionURLGETPOSTPUTDELETE
DataTablesGetTablesData 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  
DataTablesGetDataCountCount of records in a data table.https://api.esv2.com/v2/Api/DataTablesGetDataCount Count rows  
DataTablesClearTableClearing the table (deleting all records).https://api.esv2.com/v2/Api/DataTablesClearTableClear table  
DataTablesAddRowAdd row of data to a data table.https://api.esv2.com/v2/Api/DataTablesAddRow Add row  
DataTablesAddMultipleRowsAdd multiple rows of data to a data table.https://api.esv2.com/v2/Api/DataTablesAddMultipleRows Add multiple rows  
DataTablesUpdateRowUpdate row of data in a data table.https://api.esv2.com/v2/Api/DataTablesUpdateRow Update row  
DataTablesUpdateMultipleRowsUpdate multiple rows of data to a data table.https://api.esv2.com/v2/Api/DataTablesUpdateMultipleRows Update multiple rows  
DataTablesDeleteRowDelete row of data in a data table.https://api.esv2.com/v2/Api/DataTablesDeleteRow Delete row  
On this page
To top