Newer Version Available

This content describes an older version of this product. View Latest

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

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

HTTP Method

POST

Request

1{
2	"accountId": "0015Y00002doyzqQAA",
3	"lastAssetId": "02i5Y00000Xrw0QQAR",
4	"pageSize": "1"
5}

Response

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