Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.DatacloudCompanies

Lists all companies that were purchased in a specific order, page URLs, and the number of companies in the order.
Property Name Type Description Available Version
companies ConnectApi.DatacloudCompany A detailed list of companies that were part of a single order. 32.0
currentPageUrl String The URL for the current page of a list of companies. 32.0
nextPageUrl String Connect REST API URL identifying the next page, or null if there isn’t a next page. 32.0
previousPageUrl String The URL to the previous page of companies that were viewed before the current page. If this value is null, there’s no previous page. 32.0
total Integer The number of companies in the order. You can calculate the number of pages to display by dividing this number by your page size. The default page size is 25. 32.0