Assets REST Endpoints
Assets
CPQ exposes asset data through REST APIs. Asset REST APIs support operations to retrieve and maintain assets.
- Get All Assets
- Method: getPath:
/rest/v19/assets
- Get an Asset
- Method: getPath:
/rest/v19/assets/{id}
- Get Child Assets
- Method: getPath:
/rest/v19/assets/{id}/childAssets
- Get Descendant Assets
- Method: getPath:
/rest/v19/assets/{id}/descendantAssets