- Subcategories:
- Actions
- External Order Actions
- Import-Export Actions
Assets REST Endpoints
Assets
CPQ Cloud exposes asset data through REST APIs. Asset REST APIs support create, read, update, delete, and synchronize. They also provide import and export operations, and operations for external orders.
- Get All Assets
- Method: getPath:
/rest/v7/assets
- Get an Asset
- Method: getPath:
/rest/v7/assets/{id}
- Get Child Assets
- Method: getPath:
/rest/v7/assets/{id}/childAssets
- Get Descendant Assets
- Method: getPath:
/rest/v7/assets/{id}/descendantAssets