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: post
Path: /rest/v16/adminCustom{tableName}/actions/clearData
Create Data Table Row
Method: post
Path: /rest/v16/adminCustom{tableName}
Delete Data Table Row
Method: delete
Path: /rest/v16/adminCustom{tableName}/{rowId}
Delete Data Table Rows
Method: post
Path: /rest/v16/adminCustom{tableName}/actions/deleteRows
Get Data Table Data
Method: get
Path: /rest/v16/adminCustom{tableName}
Get Data Table Row
Method: get
Path: /rest/v16/adminCustom{tableName}/{rowId}
Search Data Tables
Method: post
Path: /rest/v16/datatables/actions/getQueryStatistics
Synchronize Data Table Rows
Method: post
Path: /rest/v16/adminCustom{tableName}/actions/synchronize
Update Data Table Row
Method: post
Path: /rest/v16/adminCustom{tableName}/{rowId}