Contact Order Information
Retrieve detailed order information, including contact record details for each purchased record.
- Minimum required fields
An
orderId
is required. TheorderId
is an alphanumeric string that’s assigned to an order so that it can be tracked.- Methods
GET
- JSON
/services/data/v32.0/connect/datacloud/orders/{orderId}/contacts/?page=2&pageSize=25
Parameter | Description |
---|---|
page | The URL for the current page is set to this page. If no page is set, the current page is page 1. |
pageSize | The number of contacts to show on each page. |
Information about a company order.
contacts
Field details for each contact in the response. See the table after this list for the properties of
contacts
.currentPageUrl
The URL to the current page of the response results.
nextPageURL
The URL to the next page of the response results. This value is null if there isn’t a next page.
previousPageURL
The URL to the previous page of the response results. This value is null if there isn’t a previous page.
total
The number of contacts that are returned in the response.
Property Name | Type | Description |
---|---|---|
address | ConnectApi.Address | A postal address for the company where this contact works. The address has subcomponents. |
companyId | String | The unique numerical identifier for the company at which the contact works. |
companyName | String | The name of the company at which the contact works. |
contactId | String | The unique numerical identifier for a contact. |
department | String | The name of the department to which the contact is assigned. |
email | String | An email address for this contact. |
firstName | String | The first name of a contact. |
isInactive | Boolean | A true or false response. True means that the record is no longer active. False means that the contact is still valid and active. |
isOwned | Boolean | Specifies whether your organization owns this contact. |
lastName | String | The last name of a contact. |
level | String | A human resource label designating a person’s level in the company. |
phoneNumbers | ConnectApi.PhoneNumber | The phone number has subcomponents. |
title | String | The job title for a contact. |
updatedDate | Date | The date when the information for this contact was updated. |
This example has been formatted for readability.