No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
ConnectApi.DatacloudContacts Class
Lists all contacts that were purchased in the specific order, page
URLs, and the number of contacts in the order.
| Property Name | Type | Description | Available Version |
|---|---|---|---|
| contacts | A detailed list of purchased contacts. | 32.0 | |
| currentPageUrl | String | URL to the current page of contacts. | 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 | URL to the previous page of contacts. This value is null if there is no previous page. | 32.0 |
| total | Integer | Number of contacts that are associated with this order. Can be greater than the number of contacts that are shown on a single page. | 32.0 |