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 | Chatter REST API URL identifying the next page or null if there isn’t a next page. Check whether this value is null before getting another page. If a page doesn’t exist, a ConnectApi.NotFoundException error is returned. | 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 |