Contact Order Information

Retrieve detailed order information, including contact record details for each purchased record.

Minimum required fields

An orderId is required. The orderId 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

ParameterDescription
pageThe URL for the current page is set to this page. If no page is set, the current page is page 1.
pageSizeThe 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 NameTypeDescription
addressConnectApi.AddressA postal address for the company where this contact works. The address has subcomponents.
companyIdStringThe unique numerical identifier for the company at which the contact works.
companyNameStringThe name of the company at which the contact works.
contactIdStringThe unique numerical identifier for a contact.
departmentStringThe name of the department to which the contact is assigned.
emailStringAn email address for this contact.
firstNameStringThe first name of a contact.
isInactiveBooleanA true or false response. True means that the record is no longer active. False means that the contact is still valid and active.
isOwnedBooleanSpecifies whether your organization owns this contact.
lastNameStringThe last name of a contact.
levelStringA human resource label designating a person’s level in the company.
phoneNumbersConnectApi.PhoneNumberThe phone number has subcomponents.
titleStringThe job title for a contact.
updatedDateDateThe date when the information for this contact was updated.

This example has been formatted for readability.