No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ConnectApi.DatacloudCompanies Class
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 | The URL to the next page of companies after the current page. If there is not a next page, this value is null. | 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 |