Skip to main content
GET
Retrieve price book items

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

objectType
string
required

The type of CRM object to retrieve, such as contacts, companies, or deals.

Query Parameters

after
string

A cursor token for pagination. Use the value from the previous response's paging.next.after field.

archived
boolean
default:false

Whether to include only results that have been archived. Defaults to false.

associations
string[]

A comma-separated list of object types to retrieve associated IDs for. If any specified associations do not exist, they will be ignored.

limit
integer<int32>
default:10

The maximum number of results to display per page. Defaults to 10.

properties
string[]

A comma-separated list of property names to include in the response. If any specified properties are not present on the requested objects, they will be ignored.

propertiesWithHistory
string[]

A comma-separated list of properties to return along with their history of previous values. If any specified properties are not present on the requested objects, they will be ignored. Using this parameter reduces the maximum number of objects that can be read in a single request.

Response

successful operation

results
object[]
required

An array of SimplePublicObjectWithAssociations, representing the CRM objects retrieved in the current page of results.

paging
object
Last modified on August 3, 2026