Data Tables REST Endpoints
Data Tables
CPQ Data Table REST APIs allow administrators to access and support CPQ Data Tables. The Data Table REST APIs support functions for data table properties, folders, columns, records, imports, exports, and searches. Deployed Data Table REST APIs allow external systems to retrieve deployed data from CPQ Data Tables.
Note: Refer to the Task REST APIs for the following task-related functions: Get List of Tasks, Get Task, Cancel Task, Delete Task, Delete Tasks, Get Task File List, and Download a Task File.
Note: Refer to the Task REST APIs for the following task-related functions: Get List of Tasks, Get Task, Cancel Task, Delete Task, Delete Tasks, Get Task File List, and Download a Task File.
- Create Data Table
- Method: postPath:
/rest/v19/datatables
- Delete Data Table
- Method: deletePath:
/rest/v19/datatables/{tableName}
- Delete Data Tables
- Method: postPath:
/rest/v19/datatables/actions/deleteTables
- Deploy Data Tables
- Method: postPath:
/rest/v19/datatables/actions/deploy
- Export Data Tables
- Method: postPath:
/rest/v19/datatables/actions/export
- Get Data Table Properties
- Method: getPath:
/rest/v19/datatables/{tableName}
- Get List of Data Tables
- Method: getPath:
/rest/v19/datatables
- Import Data Tables
- Method: postPath:
/rest/v19/datatables/actions/import
- Move Data Tables
- Method: postPath:
/rest/v19/datatables/actions/moveTables
- Update Data Table Properties
- Method: postPath:
/rest/v19/datatables/{tableName}