Data Table Data REST Endpoints
Data Tables/Data Table Data
The data table row endpoints retrieve data table rows (i.e. data or records) and perform actions to clear, create, delete, synchronize, and update data table rows.
- Clear Data Table Data
- Method: postPath:
/rest/v19/adminCustom{tableName}/actions/clearData - Create Data Table Row
- Method: postPath:
/rest/v19/adminCustom{tableName} - Delete Data Table Row
- Method: deletePath:
/rest/v19/adminCustom{tableName}/{rowId} - Delete Data Table Rows
- Method: postPath:
/rest/v19/adminCustom{tableName}/actions/deleteRows - Get Data Table Data
- Method: getPath:
/rest/v19/adminCustom{tableName} - Get Data Table Row
- Method: getPath:
/rest/v19/adminCustom{tableName}/{rowId} - Search Data Tables
- Method: postPath:
/rest/v19/datatables/actions/getQueryStatistics - Synchronize Data Table Rows
- Method: postPath:
/rest/v19/adminCustom{tableName}/actions/synchronize - Update Data Table Row
- Method: postPath:
/rest/v19/adminCustom{tableName}/{rowId}