Data Table REST Endpoints
Data Table
The custom{DataTable} REST API allows an external system to access deployed data in CPQ Cloud Data Tables. When executed correctly, the external system will receive the CPQ Cloud Data Table's deployed data in the REST response body. NOTE: Currently only Read operations are supported when interacting with the custom{DataTable} API.
- Get Data Table
- Method: getPath:
/rest/v7/custom{DataTable}
- Get Data Table Record
- Method: getPath:
/rest/v7/custom{DataTable}/{id}