Loading
Salesforce Enforces New Security Requirements in Summer 2026Read More
Communications Cloud
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          b2bExpress_getAssetsFromAccount API

          b2bExpress_getAssetsFromAccount API

          Get child assets for a given account ID, root asset ID, and page size.

          This API is used to get child assets for a given account ID, root asset ID, and page size. This API uses the getAssetsByAccount() method from the CpqAppHandler class.

          URI

          /services/apexrest/vlocity_cmt/v1/integrationprocedure/b2bExpress_getAssetsFromAccount/

          HTTP Method

          POST

          Request

          {
          	"accountId": "0015Y00002doyzqQAA",
          	"lastAssetId": "02i5Y00000Xrw0QQAR",
          	"pageSize": "1"
          }

          Response

          This API returns the details of the assets in an account. The response can run into hundreds of lines.

           
          Loading
          Salesforce Help | Article